mirror of
https://github.com/NixOS/nix.git
synced 2024-11-30 02:32:26 +00:00
a3ce88725b
Also add a small architecture to easily run CA-enabled tests
13 lines
255 B
Bash
Executable File
13 lines
255 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Ensure that garbage collection works properly with ca derivations
|
|
|
|
source common.sh
|
|
|
|
sed -i 's/experimental-features .*/& ca-derivations ca-references/' "$NIX_CONF_DIR"/nix.conf
|
|
|
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
|
|
|
cd ..
|
|
source gc.sh
|