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

nixos/installer: use the configured nix package for nixos-install
gstqt5
WORLDofPEACE 2020-10-05 21:00:29 -04:00 committed by GitHub
commit 0d47426f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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