diff options
Diffstat (limited to 'tests/ca/common.sh')
-rw-r--r-- | tests/ca/common.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ca/common.sh b/tests/ca/common.sh index e083d873c..c5aa34334 100644 --- a/tests/ca/common.sh +++ b/tests/ca/common.sh @@ -1 +1,5 @@ source ../common.sh + +sed -i 's/experimental-features .*/& ca-derivations ca-references/' "$NIX_CONF_DIR"/nix.conf + +restartDaemon |