Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
nixos/tools/nixos-install: add jq to path
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Sep 11, 2020
1 parent ff6c3a9 commit a39ad85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nixos/modules/installer/tools/tools.nix
Expand Up @@ -22,7 +22,11 @@ let
src = ./nixos-install.sh;
inherit (pkgs) runtimeShell;
nix = config.nix.package.out;
path = makeBinPath [ pkgs.nixUnstable nixos-enter ];
path = makeBinPath [
pkgs.nixUnstable
pkgs.jq
nixos-enter
];
};

nixos-rebuild =
Expand Down

0 comments on commit a39ad85

Please sign in to comment.