garlic tool: add jq as dependency
So we can parse the experiment configuration in JSON
This commit is contained in:
parent
5c0f179830
commit
886d16bcc6
@ -5,6 +5,7 @@
|
||||
, rsync
|
||||
, openssh
|
||||
, nix
|
||||
, jq
|
||||
}:
|
||||
|
||||
with garlicTools;
|
||||
@ -16,7 +17,7 @@ in
|
||||
name = "garlic-tool";
|
||||
preferLocalBuild = true;
|
||||
|
||||
buildInputs = [ rsync openssh nix ];
|
||||
buildInputs = [ rsync openssh nix jq ];
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
||||
src = ./.;
|
||||
|
Loading…
Reference in New Issue
Block a user