Unverified Commit 94b8d997 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 0fe3d7ec d2392c7a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{
  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 {