resholve: fix using Nix API with overlays (#420618)

This commit is contained in:
Sandro
2025-07-30 16:46:34 +02:00
committed by GitHub
+3 -2
View File
@@ -1,6 +1,7 @@
{
lib,
pkgsBuildHost,
resholve,
...
}:
@@ -37,10 +38,10 @@ let
callPackage = lib.callPackageWith (pkgsBuildHost // { python27 = python27'; });
source = callPackage ./source.nix { };
deps = callPackage ./deps.nix { };
in
rec {
# not exposed in all-packages
resholveBuildTimeOnly = removeKnownVulnerabilities resholve;
in
rec {
# resholve itself
resholve = (
callPackage ./resholve.nix {