Bump go and python versions in nix flake (#37031)

This commit is contained in:
techknowlogick
2026-03-29 17:02:15 -04:00
committed by GitHub
parent 50a1dc9486
commit d7070b8513

View File

@@ -33,9 +33,9 @@
inherit (pkgs) lib;
# only bump toolchain versions here
go = pkgs.go_1_25;
go = pkgs.go_1_26;
nodejs = pkgs.nodejs_24;
python3 = pkgs.python312;
python3 = pkgs.python314;
pnpm = pkgs.pnpm_10;
# Platform-specific dependencies