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