Skip to content

Commit 8031352

Browse files
fix(flake): upgrade to Nodejs 24
This ensures consistency with the main server build.
1 parent 78901e0 commit 8031352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
let
2323
pkgs = import nixpkgs { inherit system; };
2424
electron = pkgs."electron_${lib.versions.major packageJsonDesktop.devDependencies.electron}";
25-
nodejs = pkgs.nodejs_22;
25+
nodejs = pkgs.nodejs_24;
2626
# pnpm creates an overly long PATH env variable for child processes.
2727
# This patch deduplicates entries in PATH, which results in an equivalent but shorter entry.
2828
# https://github.com/pnpm/pnpm/issues/6106

0 commit comments

Comments
 (0)