diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-02 21:48:25 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-03-02 21:48:25 +0100 |
commit | d2586188fe8745c34e5a97032d045f8b74100a98 (patch) | |
tree | 302a04b0a2ff0ae5c3e2d68068800e2e32adb2f4 /tests/ca/duplicate-realisation-in-closure.sh | |
parent | 5d208cbe416ed38693cd33643731fd001135a582 (diff) |
tests/common.sh.in: Add enableFeatures helper
Diffstat (limited to 'tests/ca/duplicate-realisation-in-closure.sh')
-rw-r--r-- | tests/ca/duplicate-realisation-in-closure.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ca/duplicate-realisation-in-closure.sh b/tests/ca/duplicate-realisation-in-closure.sh index 74c5d25fd..da9cd8fb4 100644 --- a/tests/ca/duplicate-realisation-in-closure.sh +++ b/tests/ca/duplicate-realisation-in-closure.sh @@ -2,8 +2,6 @@ source ./common.sh requireDaemonNewerThan "2.4pre20210625" -sed -i 's/experimental-features .*/& ca-derivations ca-references/' "$NIX_CONF_DIR"/nix.conf - export REMOTE_STORE_DIR="$TEST_ROOT/remote_store" export REMOTE_STORE="file://$REMOTE_STORE_DIR" |