Skip to content

Commit d5485c4

Browse files
committed
toolchains to bump reguarry
1 parent 6ee5ae4 commit d5485c4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

flake.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
devShells.default =
1515
with pkgs;
1616
let
17+
# only bump toolchain versions here
1718
go = go_1_24;
19+
nodejs = nodejs_24;
20+
python3 = python312;
1821
in
1922
pkgs.mkShell {
2023
buildInputs = [
@@ -27,10 +30,10 @@
2730
gzip
2831

2932
# frontend
30-
nodejs_22
33+
nodejs
3134

3235
# linting
33-
python312
36+
python3
3437
uv
3538

3639
# backend

0 commit comments

Comments
 (0)