mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 04:57:53 +00:00
pkgs/test/stdenv/default.nix: fix eval on darwin
This commit is contained in:
parent
23ce5265d0
commit
013ade6562
@ -99,6 +99,9 @@ let
|
||||
in
|
||||
|
||||
{
|
||||
# Disable on Darwin due to assumptions with __bootPackages
|
||||
__attrsFailEvaluation = stdenv.isDarwin;
|
||||
|
||||
# tests for hooks in `stdenv.defaultNativeBuildInputs`
|
||||
hooks = lib.recurseIntoAttrs (import ./hooks.nix { stdenv = bootStdenv; pkgs = earlyPkgs; inherit lib; });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user