renovate: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 22:27:34 -05:00
committed by Michael Daniels
parent 7a9d2219bb
commit 0849763b77
2 changed files with 4 additions and 5 deletions
+4 -1
View File
@@ -3,7 +3,7 @@
stdenv,
fetchFromGitHub,
makeWrapper,
nodejs,
nodejs_22,
pnpm_10,
fetchPnpmDeps,
pnpmConfigHook,
@@ -14,6 +14,9 @@
nix-update-script,
yq-go,
}:
let
nodejs = nodejs_22;
in
stdenv.mkDerivation (finalAttrs: {
pname = "renovate";
version = "42.83.1";
-4
View File
@@ -7788,10 +7788,6 @@ with pkgs;
librdf_redland = callPackage ../development/libraries/librdf/redland.nix { };
redland = librdf_redland; # added 2018-04-25
renovate = callPackage ../by-name/re/renovate/package.nix {
nodejs = nodejs_22;
};
qadwaitadecorations-qt6 = callPackage ../by-name/qa/qadwaitadecorations/package.nix {
useQt6 = true;
};