Skip to content

Commit 5a1c2a2

Browse files
committed
don't re-import nixpkgs for tests
1 parent 505386d commit 5a1c2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
builtins.map (system: {
2828
name = system;
2929
value = f {
30-
pkgs = import privateInputs.nixpkgs { inherit system; };
30+
pkgs = privateInputs.nixpkgs.legacyPackages.${system};
3131
inherit system;
3232
};
3333
}) systems

0 commit comments

Comments
 (0)