This website requires JavaScript.
Explore
Help
Sign In
lix-project
/
lix-releng-staging
Watch
0
Star
0
Fork
You've already forked lix-releng-staging
0
Code
Packages
Activity
9ae22b1fde
lix-releng-staging
/
tests
/
lang
/
eval-okay-nested-with.nix
Ryan Trinkle
f2273b11f5
Add test eval-okay-nested-with
2018-03-30 15:41:16 -04:00
4 lines
36 B
Nix
Raw
Blame
History
with
{
x
=
1
;
}
;
with
{
x
=
2
;
}
;
x
View git blame
Copy permalink