From d5485c42d4f274ff1c4da035b02227f042f7e791 Mon Sep 17 00:00:00 2001 From: "m.huber" Date: Wed, 23 Jul 2025 16:08:40 +0200 Subject: [PATCH] toolchains to bump reguarry --- flake.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 0629ac7fd9b..0777bc88e68 100644 --- a/flake.nix +++ b/flake.nix @@ -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