2021-06-24 11:41:51 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
source common.sh
|
|
|
|
|
2021-07-26 06:54:55 +02:00
|
|
|
requireDaemonNewerThan "2.4pre20210626"
|
|
|
|
|
2021-06-24 11:41:51 +02:00
|
|
|
sed -i 's/experimental-features .*/& ca-derivations ca-references nix-command flakes/' "$NIX_CONF_DIR"/nix.conf
|
|
|
|
|
|
|
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
|
|
|
cd ..
|
|
|
|
source ./post-hook.sh
|
|
|
|
|
|
|
|
|