let goPath = ".local/share/go"; in { programs.go = { enable = true; goPath = goPath; goBin = "${goPath}/bin"; }; }