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
/
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
"
;
}
;
}
View Git Blame
Copy Permalink