mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Clear the substitutes prior to running the test.
This commit is contained in:
parent
e48bd8c8b5
commit
8cd646b6af
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
source common.sh
|
||||
|
||||
rm -f $NIX_STATE_DIR/var/nix/
|
||||
$nixstore --gc
|
||||
$nixstore --clear-substitutes
|
||||
|
||||
# Produce an escaped log file.
|
||||
$nixstore --log-type escapes -r -vv $($nixinstantiate dependencies.nix) 2> $TEST_ROOT/log.esc
|
||||
|
|
Loading…
Reference in a new issue