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

authored by philiptaron.tngl.sh and committed by GitHub 7a43a66c edf162c4

+1
+1
pkgs/top-level/all-packages.nix
··· 11270 11270 inherit lib config; 11271 11271 fetchurl = import ../build-support/fetchurl/boot.nix { 11272 11272 inherit (stdenv.buildPlatform) system; 11273 + inherit (config) rewriteURL; 11273 11274 }; 11274 11275 checkMeta = callPackage ../stdenv/generic/check-meta.nix { inherit (stdenv) hostPlatform; }; 11275 11276 }