mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +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…
Reference in a new issue