mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
release.nix: fixup evaluation after darwin changes
/cc @copumpkin. I can't really test this, but it should unbreak Hydra evaluation at least.
This commit is contained in:
parent
eeb3119604
commit
fdbc58fe42
@ -55,7 +55,7 @@ let
|
||||
{ inherit (import ../stdenv/linux/make-bootstrap-tools.nix { system = "x86_64-linux"; }) dist test; };
|
||||
|
||||
stdenvBootstrapTools.x86_64-darwin =
|
||||
{ inherit (import ../stdenv/pure-darwin/make-bootstrap-tools.nix) dist test; };
|
||||
{ inherit (import ../stdenv/darwin/make-bootstrap-tools.nix { system = "x86_64-darwin"; }) dist test; };
|
||||
|
||||
} // (mapTestOn ((packagePlatforms pkgs) // rec {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user