1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 15:13:55 +02:00

Add unset to NIX_STORE_DIR for local-overlay tests

This commit is contained in:
cidkidnix 2023-07-13 14:39:46 -05:00
parent c26fc96fed
commit 83cfa82e52
3 changed files with 12 additions and 0 deletions

View file

@ -6,6 +6,10 @@ set -x
source common.sh source common.sh
# Avoid store dir being inside sandbox build-dir
unset NIX_STORE_DIR
unset NIX_STATE_DIR
storeDirs storeDirs
initLowerStore initLowerStore

View file

@ -6,6 +6,10 @@ set -x
source common.sh source common.sh
# Avoid store dir being inside sandbox build-dir
unset NIX_STORE_DIR
unset NIX_STATE_DIR
storeDirs storeDirs
initLowerStore initLowerStore

View file

@ -6,6 +6,10 @@ set -x
source common.sh source common.sh
# Avoid store dir being inside sandbox build-dir
unset NIX_STORE_DIR
unset NIX_STATE_DIR
storeDirs storeDirs
initLowerStore initLowerStore