kubespy: fix version command

This commit is contained in:
figsoda
2022-09-07 22:37:23 -04:00
parent 83177c6d5b
commit 49a891ba59
@@ -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