This website requires JavaScript.
Explore
Help
Sign In
Befator-Inc-Firmen-Netzwerk
/
nix
Watch
3
Star
0
Fork
0
You've already forked nix
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d9e23bfee2f1995b3047d67e578e2cfd4e94dea6
nix
/
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
Reference in New Issue
View Git Blame
Copy Permalink