nixos/installer: drop the extra nixUnstable in nixos-install
The only nix version available in the installer should be the version configure in the module system. If someone needs `nixUnstable` in their `nixos-install` they should probably set the module option and not just add it to the closure.
This commit is contained in:
parent
5837509c65
commit
544059b01f
@ -23,7 +23,6 @@ let
|
|||||||
inherit (pkgs) runtimeShell;
|
inherit (pkgs) runtimeShell;
|
||||||
nix = config.nix.package.out;
|
nix = config.nix.package.out;
|
||||||
path = makeBinPath [
|
path = makeBinPath [
|
||||||
pkgs.nixUnstable
|
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
nixos-enter
|
nixos-enter
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user