mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-02 00:18:35 +01:00
Bump go and python versions in nix flake (#37031)
This commit is contained in:
@@ -33,9 +33,9 @@
|
|||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
|
|
||||||
# only bump toolchain versions here
|
# only bump toolchain versions here
|
||||||
go = pkgs.go_1_25;
|
go = pkgs.go_1_26;
|
||||||
nodejs = pkgs.nodejs_24;
|
nodejs = pkgs.nodejs_24;
|
||||||
python3 = pkgs.python312;
|
python3 = pkgs.python314;
|
||||||
pnpm = pkgs.pnpm_10;
|
pnpm = pkgs.pnpm_10;
|
||||||
|
|
||||||
# Platform-specific dependencies
|
# Platform-specific dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user