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
f3f228700a52857fe6e8632df4e935551ea219ff
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