mirror of https://git.jolheiser.com/dotnix.git
parent
ad12bd4623
commit
38839fd0f8
|
@ -1,7 +1,9 @@
|
|||
{config, ...}: {
|
||||
programs.go = rec {
|
||||
let
|
||||
goPath = ".local/share/go";
|
||||
in {
|
||||
programs.go = {
|
||||
enable = true;
|
||||
goPath = "${config.xdg.dataHome}/go";
|
||||
goPath = goPath;
|
||||
goBin = "${goPath}/bin";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue