This website requires JavaScript.
Explore
Help
Register
Sign In
NaiJi
/
tour-of-nix
Watch
1
Star
0
Fork
You've already forked tour-of-nix
0
Code
Pull Requests
Releases
1
Activity
7f19b85a40
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
"
;
}
View Git Blame
Copy Permalink