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
commit 7a43a66cea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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; };
}