This website requires JavaScript.
Explore
Help
Register
Sign In
peperunas
/
nixos
Watch
1
Star
0
Fork
0
You've already forked nixos
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a783b89cec
nixos
/
roles
/
home
/
go.nix
7 lines
106 B
Nix
Raw
Normal View
History
Unescape
Escape
home.go: Added go role
2023-03-03 17:43:59 +00:00
{
config
,
pkgs
,
lib
,
.
.
.
}:
{
go: Use correct attribute to set GOPATH
2023-03-29 18:59:57 +01:00
programs
.
go
=
{
enable
=
true
;
goPath
=
"
.
l
o
c
a
l
/
s
h
a
r
e
/
g
o
"
;
home.go: Added go role
2023-03-03 17:43:59 +00:00
}
;
}
Reference in New Issue
Copy Permalink