renovate: remove top-level override
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user