mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
fluxcd: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -48,7 +48,7 @@ buildGoModule rec {
|
||||
|
||||
# Required to workaround test error:
|
||||
# panic: mkdir /homeless-shelter: permission denied
|
||||
HOME = "$TMPDIR";
|
||||
env.HOME = "$TMPDIR";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user