3
0
Fork 0
forked from mirrors/nixpkgs

kubespy: fix version command

This commit is contained in:
figsoda 2022-09-07 22:36:43 -04:00
parent 83177c6d5b
commit 49a891ba59

View file

@ -15,6 +15,8 @@ buildGoModule rec {
doCheck = false;
ldflags = [ "-X" "github.com/pulumi/kubespy/version.Version=${version}" ];
# TODO: enable after https://github.com/pulumi/kubespy/issues/72 is addressed.
# postInstall = ''
# for shell in bash zsh; do