mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
minimal-bootstrap: fix the eval (rewriteURL fallout) (#414769)
This commit is contained in:
commit
7a43a66cea
1 changed files with 1 additions and 0 deletions
|
@ -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; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue