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:
commit
0d47426f37
@ -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