golang: used to stable
This commit is contained in:
parent
387ba54876
commit
d8b3288d20
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue