ijq: add update script

This commit is contained in:
Mathew Polzin
2024-08-28 10:31:59 -05:00
parent 74c9f065d7
commit a2a5c1948a
+3
View File
@@ -6,6 +6,7 @@
installShellFiles,
makeBinaryWrapper,
scdoc,
nix-update-script,
}:
buildGoModule rec {
@@ -43,6 +44,8 @@ buildGoModule rec {
--prefix PATH : "${lib.makeBinPath [ jq ]}"
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Interactive wrapper for jq";
mainProgram = "ijq";