tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
desktop: make GOPATH absolute
wiro.world
3 months ago
bf039336
124dc64d
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+1
-1
1 changed file
expand all
collapse all
unified
split
home-manager
profiles
desktop.nix
+1
-1
home-manager/profiles/desktop.nix
···
125
125
126
126
programs.go = {
127
127
enable = true;
128
128
-
env.GOPATH = ".local/share/go";
128
128
+
env.GOPATH = "${config.home.homeDirectory}/.local/share/go";
129
129
};
130
130
131
131
programs.gpg = {