nixos/tools/nixos-install: remove trailing whitespace
This commit is contained in:
parent
069757550e
commit
74c2ed9e35
@ -22,10 +22,10 @@ let
|
|||||||
src = ./nixos-install.sh;
|
src = ./nixos-install.sh;
|
||||||
inherit (pkgs) runtimeShell;
|
inherit (pkgs) runtimeShell;
|
||||||
nix = config.nix.package.out;
|
nix = config.nix.package.out;
|
||||||
path = makeBinPath [
|
path = makeBinPath [
|
||||||
pkgs.nixUnstable
|
pkgs.nixUnstable
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
nixos-enter
|
nixos-enter
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user