This website requires JavaScript.
Explore
Help
Sign In
piegames
/
lix
Watch
0
Star
0
Fork
You've already forked lix
0
forked from
lix-project/lix
Code
Pull requests
Activity
c03b729319
lix
/
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
}
Copy permalink