forked from lix-project/lix
11 lines
161 B
Bash
11 lines
161 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Ensure that garbage collection works properly with ca derivations
|
||
|
|
||
|
source common.sh
|
||
|
|
||
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
||
|
|
||
|
cd ..
|
||
|
source gc.sh
|