golang: uses unstable go_1_23 by default
This commit is contained in:
parent
380b8dd681
commit
06b307b4d8
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, unstable, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.profile.go;
|
cfg = config.profile.go;
|
||||||
impl = pkgs.buildGoModule rec {
|
impl = pkgs.buildGoModule rec {
|
||||||
|
@ -20,6 +20,7 @@ in
|
||||||
goPrivate = [
|
goPrivate = [
|
||||||
"gitlab.bareksa.com"
|
"gitlab.bareksa.com"
|
||||||
];
|
];
|
||||||
|
package = unstable.go_1_23;
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gotools
|
gotools
|
||||||
|
@ -28,7 +29,7 @@ in
|
||||||
gomodifytags
|
gomodifytags
|
||||||
gotests
|
gotests
|
||||||
iferr
|
iferr
|
||||||
gopls
|
unstable.gopls
|
||||||
gofumpt
|
gofumpt
|
||||||
impl
|
impl
|
||||||
golangci-lint
|
golangci-lint
|
||||||
|
|
Loading…
Reference in a new issue