1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Add comment regarding the unset of NIX_STORE_DIR

in build-remote.sh and supplementary-groups.sh
This commit is contained in:
cidkidnix 2023-07-13 14:17:22 -05:00
parent 84c4e6f0ac
commit 1a13757880
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
requireSandboxSupport
[[ $busybox =~ busybox ]] || skipTest "no busybox"
# Avoid store dir being inside sandbox build-dir
unset NIX_STORE_DIR
unset NIX_STATE_DIR