kando: pin to nodejs_22
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user