Loading pkgs/by-name/yq/yq-go/package.nix +2 −1 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, Loading @@ -22,7 +23,7 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; postInstall = '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd yq \ --bash <($out/bin/yq shell-completion bash) \ --fish <($out/bin/yq shell-completion fish) \ Loading Loading
pkgs/by-name/yq/yq-go/package.nix +2 −1 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, Loading @@ -22,7 +23,7 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; postInstall = '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd yq \ --bash <($out/bin/yq shell-completion bash) \ --fish <($out/bin/yq shell-completion fish) \ Loading