testing: fix Nix in Nix when remote building
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
legacyPackages.setupNixInNix = ''
|
legacyPackages.setupNixInNix = ''
|
||||||
export HOME=$TMPDIR
|
export HOME=$TMPDIR
|
||||||
export NIX_STATE_DIR=$TMPDIR/nix
|
export NIX_STATE_DIR=$TMPDIR/nix
|
||||||
|
export NIX_CONF_DIR=$TMPDIR/etc
|
||||||
export IN_NIX_SANDBOX=1
|
export IN_NIX_SANDBOX=1
|
||||||
export CLAN_TEST_STORE=$TMPDIR/store
|
export CLAN_TEST_STORE=$TMPDIR/store
|
||||||
# required to prevent concurrent 'nix flake lock' operations
|
# required to prevent concurrent 'nix flake lock' operations
|
||||||
|
|||||||
Reference in New Issue
Block a user