cilium-cli: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-13 12:01:05 +01:00
parent e895c65e73
commit 46a64a46c8
+1 -1
View File
@@ -33,7 +33,7 @@ buildGoModule (finalAttrs: {
# Required to workaround install check error:
# 2022/06/25 10:36:22 Unable to start gops: mkdir /homeless-shelter: permission denied
HOME = "$TMPDIR";
env.HOME = "$TMPDIR";
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd cilium \