forked from lix-project/lix
Merge pull request #3668 from tweag/fix-remote-nix-env-test
Actually test nix-env with a remote store
This commit is contained in:
commit
f64cc6d9b1
|
@ -4,7 +4,7 @@ clearStore
|
||||||
|
|
||||||
startDaemon
|
startDaemon
|
||||||
|
|
||||||
storeCleared=1 $SHELL ./user-envs.sh
|
storeCleared=1 NIX_REMOTE_=$NIX_REMOTE $SHELL ./user-envs.sh
|
||||||
|
|
||||||
nix-store --dump-db > $TEST_ROOT/d1
|
nix-store --dump-db > $TEST_ROOT/d1
|
||||||
NIX_REMOTE= nix-store --dump-db > $TEST_ROOT/d2
|
NIX_REMOTE= nix-store --dump-db > $TEST_ROOT/d2
|
||||||
|
|
Loading…
Reference in a new issue