We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78901e0 commit 8031352Copy full SHA for 8031352
flake.nix
@@ -22,7 +22,7 @@
22
let
23
pkgs = import nixpkgs { inherit system; };
24
electron = pkgs."electron_${lib.versions.major packageJsonDesktop.devDependencies.electron}";
25
- nodejs = pkgs.nodejs_22;
+ nodejs = pkgs.nodejs_24;
26
# pnpm creates an overly long PATH env variable for child processes.
27
# This patch deduplicates entries in PATH, which results in an equivalent but shorter entry.
28
# https://github.com/pnpm/pnpm/issues/6106
0 commit comments