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
2024-11-22 23:02:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c03b729319
nix
/
tests
/
lang
/
eval-okay-xml.nix
13 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
* Test for `nix-instantiate --eval-only --xml'.
2006-08-17 11:28:29 +00:00
rec
{
x
=
123
;
a
=
"
f
o
o
"
;
b
=
"
b
a
r
"
;
c
=
"
f
o
o
"
+
"
b
a
r
"
;
* Removed the "valid values" feature. Nobody uses it anyway.
2008-08-11 13:36:40 +00:00
f
=
{
z
,
x
,
y
}:
if
y
then
x
else
z
;
* Test for `nix-instantiate --eval-only --xml'.
2006-08-17 11:28:29 +00:00
}
Reference in New Issue
Copy Permalink