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