blob: 24877889459bd53cea52dd9fe5eb97a6af5f0adb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env bash
source common.sh
requireDaemonNewerThan "2.4pre20210626"
enableFeatures "ca-derivations nix-command flakes"
export NIX_TESTS_CA_BY_DEFAULT=1
cd ..
source ./selfref-gc.sh
|