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