Loading pkgs/by-name/pe/pet/package.nix +8 −3 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, lib, writableTmpDirAsHomeHook, }: buildGoModule rec { Loading Loading @@ -30,11 +32,14 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles writableTmpDirAsHomeHook ]; postInstall = '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd pet \ --zsh ./misc/completions/zsh/_pet --bash <($out/bin/pet completion bash) \ --fish <($out/bin/pet completion fish) \ --zsh $src/misc/completions/zsh/_pet ''; meta = with lib; { Loading Loading
pkgs/by-name/pe/pet/package.nix +8 −3 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, lib, writableTmpDirAsHomeHook, }: buildGoModule rec { Loading Loading @@ -30,11 +32,14 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles writableTmpDirAsHomeHook ]; postInstall = '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd pet \ --zsh ./misc/completions/zsh/_pet --bash <($out/bin/pet completion bash) \ --fish <($out/bin/pet completion fish) \ --zsh $src/misc/completions/zsh/_pet ''; meta = with lib; { Loading