mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
tests: enable ca-derivations for simple.nix in repl tests
This commit is contained in:
parent
51268ceb79
commit
f801d70ba7
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user