This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nix
Watch
2
Star
0
Fork
0
You've already forked nix
mirror of
https://github.com/NixOS/nix.git
synced
2025-02-16 17:02:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
nix
/
tests
/
functional
/
lang
/
eval-okay-scope-6.nix
13 lines
109 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
* More tests.
2006-05-02 11:20:55 +00:00
let
{
Format .nix files ... with nixfmt (rfc style)
2025-01-24 12:37:47 +00:00
f
=
{
x
?
y
,
y
?
x
,
}
:
x
+
y
;
* More tests.
2006-05-02 11:20:55 +00:00
Format .nix files ... with nixfmt (rfc style)
2025-01-24 12:37:47 +00:00
body
=
f
{
x
=
"
c
"
;
}
+
f
{
y
=
"
d
"
;
}
;
* More tests.
2006-05-02 11:20:55 +00:00
}
Reference in New Issue
Copy Permalink