This website requires JavaScript.
Explore
Help
Sign In
NaiJi
/
solutions
Watch
1
Star
0
Fork
You've already forked solutions
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aa26a6eb1e
solutions
/
A Tour of Nix
/
07.nix
9 lines
98 B
Nix
Raw
Blame
History
let
f
=
"
f
"
;
o
=
"
o
"
;
func
=
{
a
,
b
,
c
}:
a
+
b
+
c
;
in
{
foo
=
func
{
a
=
f
;
b
=
o
;
c
=
"
o
"
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink