nixos/tools/nixos-install: remove trailing whitespace

This commit is contained in:
zowoq 2020-09-21 09:33:19 +10:00
parent 069757550e
commit 74c2ed9e35

View file

@ -22,10 +22,10 @@ let
src = ./nixos-install.sh;
inherit (pkgs) runtimeShell;
nix = config.nix.package.out;
path = makeBinPath [
pkgs.nixUnstable
path = makeBinPath [
pkgs.nixUnstable
pkgs.jq
nixos-enter
nixos-enter
];
};