toolchains to bump reguarry

This commit is contained in:
m.huber 2025-07-23 16:08:40 +02:00
parent 6ee5ae4d68
commit d5485c42d4

View File

@ -14,7 +14,10 @@
devShells.default = devShells.default =
with pkgs; with pkgs;
let let
# only bump toolchain versions here
go = go_1_24; go = go_1_24;
nodejs = nodejs_24;
python3 = python312;
in in
pkgs.mkShell { pkgs.mkShell {
buildInputs = [ buildInputs = [
@ -27,10 +30,10 @@
gzip gzip
# frontend # frontend
nodejs_22 nodejs
# linting # linting
python312 python3
uv uv
# backend # backend