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