Merge pull request #99615 from andir/use-configured-nix-for-installer

nixos/installer: use the configured nix package for nixos-install
This commit is contained in:
WORLDofPEACE
2020-10-05 21:00:29 -04:00
committed by GitHub
-1
View File
@@ -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
]; ];