super-productivity: pin nodejs version to nodejs_22 (#476786)

This commit is contained in:
Aleksana
2026-01-06 13:26:38 +00:00
committed by GitHub
@@ -10,14 +10,18 @@
prefetch-npm-deps,
rsync,
stdenv,
nodejs_22,
}:
let
electron = electron_37;
nodejs = nodejs_22;
in
buildNpmPackage rec {
pname = "super-productivity";
version = "16.7.3";
inherit nodejs;
src = fetchFromGitHub {
owner = "johannesjo";
repo = "super-productivity";