aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2022-06-24 11:17:29 -0400
committerTom Bereknyei <tomberek@gmail.com>2022-06-24 11:17:29 -0400
commitf801d70ba70c130a26747aa5b60d233f37d34bfa (patch)
treef2e72e3690627c780ab36da3a395e38f7d8f2dc7 /tests
parent51268ceb793a025252918b384155f750b387ccd9 (diff)
tests: enable ca-derivations for simple.nix in repl tests
Diffstat (limited to 'tests')
-rw-r--r--tests/repl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/repl.sh b/tests/repl.sh
index 30921af04..c555560cc 100644
--- a/tests/repl.sh
+++ b/tests/repl.sh
@@ -87,12 +87,12 @@ $testDir/simple.nix
testReplResponse '
drvPath
' '".*-simple.drv"' \
---file $testDir/simple.nix --experimental-features ''
+--file $testDir/simple.nix --experimental-features 'ca-derivations'
testReplResponse '
drvPath
' '".*-simple.drv"' \
---file $testDir/simple.nix --extra-experimental-features 'repl-flake'
+--file $testDir/simple.nix --extra-experimental-features 'repl-flake ca-derivations'
mkdir -p flake && cat <<EOF > flake/flake.nix
{