mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Merge branch 'add-test-eval-okay-nested-with' of git://github.com/ryantrinkle/nix
This commit is contained in:
commit
0aae411eaa
2 changed files with 4 additions and 0 deletions
1
tests/lang/eval-okay-nested-with.exp
Normal file
1
tests/lang/eval-okay-nested-with.exp
Normal file
|
@ -0,0 +1 @@
|
||||||
|
2
|
3
tests/lang/eval-okay-nested-with.nix
Normal file
3
tests/lang/eval-okay-nested-with.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
with { x = 1; };
|
||||||
|
with { x = 2; };
|
||||||
|
x
|
Loading…
Add table
Add a link
Reference in a new issue