update zs package
This commit is contained in:
parent
f4d1da98a7
commit
d31b9a3ad4
1 changed files with 0 additions and 6 deletions
6
zs.nix
6
zs.nix
|
@ -23,12 +23,6 @@ buildGoModule rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
doCheck = true;
|
|
||||||
|
|
||||||
checkPhase = ''
|
|
||||||
go test ./...
|
|
||||||
'';
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installShellCompletion --cmd zs \
|
installShellCompletion --cmd zs \
|
||||||
--bash <($out/bin/zs completion bash) \
|
--bash <($out/bin/zs completion bash) \
|
||||||
|
|
Loading…
Reference in a new issue