Skip to content

Commit 625ea4a

Browse files
committed
build: update flake inputs for node 24
The flake was pinned to a 2023 nixpkgs revision that did not expose nodejs_24, so matching the repo's Node 24 runtime required both a newer nixpkgs lock revision and a compatible pre-commit-hooks input. This keeps the dev shell aligned with CI and removes the stale pre-commit-hooks flake-utils override that no longer applies to the updated input.
1 parent 27a343b commit 625ea4a

2 files changed

Lines changed: 22 additions & 36 deletions

File tree

flake.lock

Lines changed: 21 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
flake-utils.url = "github:numtide/flake-utils";
77
pre-commit-hooks = {
88
url = "github:cachix/pre-commit-hooks.nix";
9-
inputs.flake-utils.follows = "flake-utils";
109
inputs.nixpkgs.follows = "nixpkgs";
1110
};
1211
};
@@ -33,7 +32,7 @@
3332
in {
3433
devShells.default = pkgs.mkShell {
3534
buildInputs = [
36-
pkgs.nodejs_20
35+
pkgs.nodejs_24
3736
];
3837
inherit (checks.pre-commit-check) shellHook;
3938
};

0 commit comments

Comments
 (0)