diff options
author | Tom Bereknyei <tomberek@gmail.com> | 2022-06-24 11:17:29 -0400 |
---|---|---|
committer | Tom Bereknyei <tomberek@gmail.com> | 2022-06-24 11:17:29 -0400 |
commit | f801d70ba70c130a26747aa5b60d233f37d34bfa (patch) | |
tree | f2e72e3690627c780ab36da3a395e38f7d8f2dc7 /tests | |
parent | 51268ceb793a025252918b384155f750b387ccd9 (diff) |
tests: enable ca-derivations for simple.nix in repl tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/repl.sh | 4 |
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 { |