Skip to content

Commit

Permalink
nixos/tools/nixos-install: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 20, 2020
1 parent 0697575 commit 74c2ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixos/modules/installer/tools/tools.nix
Expand Up @@ -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
];
};

Expand Down

0 comments on commit 74c2ed9

Please sign in to comment.