mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-23 17:56:53 +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;
|
inherit lib config;
|
||||||
fetchurl = import ../build-support/fetchurl/boot.nix {
|
fetchurl = import ../build-support/fetchurl/boot.nix {
|
||||||
inherit (stdenv.buildPlatform) system;
|
inherit (stdenv.buildPlatform) system;
|
||||||
|
inherit (config) rewriteURL;
|
||||||
};
|
};
|
||||||
checkMeta = callPackage ../stdenv/generic/check-meta.nix { inherit (stdenv) hostPlatform; };
|
checkMeta = callPackage ../stdenv/generic/check-meta.nix { inherit (stdenv) hostPlatform; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue