kando: pin to nodejs_22

This commit is contained in:
TomaSajt
2026-01-05 18:11:59 +01:00
parent 0dad9d7b40
commit b0a8ca5464
+5 -2
View File
@@ -5,7 +5,7 @@
fetchFromGitHub,
electron,
nodejs,
nodejs_22,
cmake,
zip,
@@ -21,7 +21,10 @@
wayland,
}:
buildNpmPackage rec {
let
nodejs = nodejs_22; # NPM v11 included in nodejs_24 doesn't work with the current lockfile
in
buildNpmPackage.override { inherit nodejs; } rec {
pname = "kando";
version = "2.1.2";