Skip to content

Commit

Permalink
Merge pull request #124 from ngi-nix/flake-utils-systems
Browse files Browse the repository at this point in the history
use flake-utils.lib.system
  • Loading branch information
mightyiam committed Dec 11, 2023
2 parents 862baf6 + 22329bf commit 1db8ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
});

x86_64-linuxOutputs = let
system = "x86_64-linux";
system = flake-utils.lib.system.x86_64-linux;
pkgs = importNixpkgs system [self.overlays.default];
treefmtEval = loadTreefmt pkgs;
nonBrokenPkgs = filterAttrs (_: v: !v.meta.broken) self.packages.${system};
Expand Down

0 comments on commit 1db8ad8

Please sign in to comment.