mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
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
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ let
|
|||
inherit (pkgs) runtimeShell;
|
||||
nix = config.nix.package.out;
|
||||
path = makeBinPath [
|
||||
pkgs.nixUnstable
|
||||
pkgs.jq
|
||||
nixos-enter
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue