minimal-bootstrap: fix the eval (rewriteURL fallout) (#414769)
This commit is contained in:
@@ -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; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user