mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
add test for inherit-from semantics
This commit is contained in:
parent
9d182e71fb
commit
8669c02468
3 changed files with 9 additions and 0 deletions
1
tests/functional/lang/eval-okay-inherit-from.exp
Normal file
1
tests/functional/lang/eval-okay-inherit-from.exp
Normal file
|
@ -0,0 +1 @@
|
|||
[ 1 2 { __overrides = { y = { d = [ ]; }; }; c = [ ]; d = 4; x = { c = [ ]; }; y = «repeated»; } ]
|
Loading…
Add table
Add a link
Reference in a new issue