mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
11 lines
169 B
Bash
11 lines
169 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 eval-store.sh
|