mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
11 lines
175 B
Bash
Executable file
11 lines
175 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
requireDaemonNewerThan "2.4pre20210626"
|
|
|
|
enableFeatures "ca-derivations"
|
|
|
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
|
cd ..
|
|
source ./selfref-gc.sh
|