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
6d1f4f822c
solutions
/
A Tour of Nix
/
06.nix
9 lines
85 B
Nix
Raw
Blame
History
let
f
=
"
f
"
;
o
=
"
o
"
;
func
=
a
:
b
:
c
:
a
+
b
+
c
;
in
{
foo
=
func
f
o
"
o
"
;
}
Reference in New Issue
View Git Blame
Copy Permalink