golang: used to stable

This commit is contained in:
Tigor Hutasuhut 2024-10-22 15:36:45 +07:00
parent 387ba54876
commit d8b3288d20

View file

@ -2,7 +2,6 @@
config,
lib,
pkgs,
unstable,
...
}:
let
@ -24,7 +23,6 @@ in
programs.go = {
enable = true;
goPrivate = [ "gitlab.bareksa.com" ];
package = unstable.go_1_23;
};
home.packages = with pkgs; [
gotools
@ -33,7 +31,7 @@ in
gomodifytags
gotests
iferr
unstable.gopls
gopls
gofumpt
impl
golangci-lint