summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-09-21 09:33:19 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-09-21 09:35:27 +1000
commit74c2ed9e35243b18d70b4a4e91094971e2b59541 (patch)
tree162451d91231c90bc65366e4510ccef3c8fd2b27 /nixos/modules
parent069757550ed82784f70b8d15fb709c0d08286e70 (diff)
downloadnixpkgs-74c2ed9e35243b18d70b4a4e91094971e2b59541.tar
nixpkgs-74c2ed9e35243b18d70b4a4e91094971e2b59541.tar.gz
nixpkgs-74c2ed9e35243b18d70b4a4e91094971e2b59541.tar.bz2
nixpkgs-74c2ed9e35243b18d70b4a4e91094971e2b59541.tar.lz
nixpkgs-74c2ed9e35243b18d70b4a4e91094971e2b59541.tar.xz
nixpkgs-74c2ed9e35243b18d70b4a4e91094971e2b59541.tar.zst
nixpkgs-74c2ed9e35243b18d70b4a4e91094971e2b59541.zip
nixos/tools/nixos-install: remove trailing whitespace
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/installer/tools/tools.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index 1da3a5b27eb..e1e1b47aafc 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -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
     ];
   };