1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

Remove obsolete references to manifests

Closes #323.
This commit is contained in:
Eelco Dolstra 2018-02-01 10:39:16 +01:00
parent c129fc6ee8
commit 855699855f
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 1 additions and 4 deletions

View file

@ -11,7 +11,6 @@ export NIX_LOCALSTATE_DIR=$TEST_ROOT/var
export NIX_LOG_DIR=$TEST_ROOT/var/log/nix
export NIX_STATE_DIR=$TEST_ROOT/var/nix
export NIX_CONF_DIR=$TEST_ROOT/etc
export NIX_MANIFESTS_DIR=$TEST_ROOT/var/nix/manifests
export _NIX_TEST_SHARED=$TEST_ROOT/shared
if [[ -n $NIX_STORE ]]; then
export _NIX_TEST_NO_SANDBOX=1