index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
fcuny
/
go.nix
blob: 990b2aecff97ca3e5ebd55e952bb5094f9514520 (
plain
) (
blame
)
1
2
3
4
5
6
{
programs
.
go
=
{
enable
=
true
;
goPath
=
"workspace/go"
;
};
}