aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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
{