k9s: fix for sandbox mode

This commit is contained in:
Bryan A. S 2021-12-03 10:56:38 -03:00
parent cea2e32bca
commit 974271a5e6

View File

@ -19,6 +19,8 @@ buildGoModule rec {
vendorSha256 = "sha256-v4cd+f2GSE2ad0wWrW9x6/U6RREhFV83wVNFUMfWaA4=";
preCheck = "export HOME=$(mktemp -d)";
doCheck = true;
meta = with lib; {