Unverified Commit b0a8ca54 authored by TomaSajt's avatar TomaSajt
Browse files

kando: pin to nodejs_22

parent 0dad9d7b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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";