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:
Andreas Rammhold 2020-10-05 11:46:50 +02:00
parent 5837509c65
commit 544059b01f
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

@ -23,7 +23,6 @@ let
inherit (pkgs) runtimeShell;
nix = config.nix.package.out;
path = makeBinPath [
pkgs.nixUnstable
pkgs.jq
nixos-enter
];