Skip to content

Commit

Permalink
fix: bake jq in path
Browse files Browse the repository at this point in the history
Thanks @mathewess for the bugreport in #1
  • Loading branch information
hraban committed Nov 13, 2023
1 parent 2d8b470 commit 19b3e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
nativeBuildInputs = [ pkgs.makeBinaryWrapper ];
postInstall = ''
wrapProgramBinary "$out/bin/${name}" \
--suffix PATH : "${with pkgs; lib.makeBinPath [ dockutil rsync findutils ]}"
--suffix PATH : "${with pkgs; lib.makeBinPath [ dockutil rsync findutils jq ]}"
'';
installCheckPhase = ''
$out/bin/${name} --help
Expand Down

0 comments on commit 19b3e7a

Please sign in to comment.