We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77536e commit 230cabcCopy full SHA for 230cabc
flake.nix
@@ -84,7 +84,7 @@
84
node20DevInputs = nodeDevInputsWith pkgs.nodejs_20;
85
node22DevInputs = nodeDevInputsWith pkgs.nodejs_22;
86
node24DevInputs = nodeDevInputsWith pkgs.nodejs_24;
87
- defaultNodeDevInputs = node22DevInputs;
+ defaultNodeDevInputs = node24DevInputs;
88
89
# CI inputs
90
ciInputs = with pkgs; [
0 commit comments