Files
lix/tests/functional2/lang/rec-set-merges/test.toml
T
piegamesandCommentator2.0 51dcc6ac0d nix::parser::State::addAttr: Forbid mixed-rec merges
Fixes #350, https://github.com/NixOS/nix/issues/9020

Co-authored-by: Commentator2.0 <lix@crystal-cavern.systems>
Change-Id: If78d144dc35839b7668c0e0ad796252fcfc42ea0
2026-01-31 15:32:27 +01:00

29 lines
566 B
TOML

[[test]]
runner = "parse-fail"
matrix = true
[[test]]
name = "depr"
runner = "parse-fail"
flags = ["--extra-deprecated-features", "rec-set-merges"]
in = ["in.nix", "in-2.nix"]
matrix = true
[[test]]
name = "depr"
runner = "parse-okay"
flags = ["--extra-deprecated-features", "rec-set-merges"]
in = "in-3.nix"
[[test]]
runner = "eval-okay"
flags = ["--extra-deprecated-features", "rec-set-merges"]
in = "in-3.nix"
[[test]]
name = "eval-depr"
runner = "eval-fail"
flags = ["--extra-deprecated-features", "rec-set-merges"]
in = ["in.nix", "in-2.nix"]
matrix = true