k9s: fix for sandbox mode
This commit is contained in:
parent
cea2e32bca
commit
974271a5e6
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ buildGoModule rec {
|
|||
|
||||
vendorSha256 = "sha256-v4cd+f2GSE2ad0wWrW9x6/U6RREhFV83wVNFUMfWaA4=";
|
||||
|
||||
preCheck = "export HOME=$(mktemp -d)";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue