minimal-bootstrap: fix the eval (rewriteURL fallout) (#414769)

This commit is contained in:
Philip Taron
2025-06-07 08:30:03 -07:00
committed by GitHub
+1
View File
@@ -11270,6 +11270,7 @@ with pkgs;
inherit lib config;
fetchurl = import ../build-support/fetchurl/boot.nix {
inherit (stdenv.buildPlatform) system;
inherit (config) rewriteURL;
};
checkMeta = callPackage ../stdenv/generic/check-meta.nix { inherit (stdenv) hostPlatform; };
}