Loading pkgs/by-name/go/gojq/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, testers, gojq, installShellFiles, }: buildGoModule rec { Loading @@ -24,6 +25,12 @@ buildGoModule rec { "-w" ]; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion --cmd gojq --zsh _gojq ''; passthru.tests.version = testers.testVersion { package = gojq; }; Loading Loading
pkgs/by-name/go/gojq/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, testers, gojq, installShellFiles, }: buildGoModule rec { Loading @@ -24,6 +25,12 @@ buildGoModule rec { "-w" ]; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installShellCompletion --cmd gojq --zsh _gojq ''; passthru.tests.version = testers.testVersion { package = gojq; }; Loading