1 parent 863f8db commit 8f7c59eCopy full SHA for 8f7c59e
1 file changed
modules/default.nix
@@ -42,7 +42,7 @@ in
42
apply = conch.applySystemsWithGenerator (
43
system:
44
let
45
- pkgs = inputs.nixpkgs.legacyPackages.${system};
+ pkgs = config.nixpkgs.final.${system};
46
applyShell =
47
shell:
48
{
0 commit comments