tests.stdenv: remove __attrsFailEvaluation
These attrs do not fail to Eval on Darwin anymore
This commit is contained in:
@@ -220,9 +220,6 @@ let
|
||||
in
|
||||
|
||||
{
|
||||
# Disable on Darwin due to assumptions with __bootPackages
|
||||
__attrsFailEvaluation = stdenv.hostPlatform.isDarwin;
|
||||
|
||||
# tests for hooks in `stdenv.defaultNativeBuildInputs`
|
||||
hooks = lib.recurseIntoAttrs (
|
||||
import ./hooks.nix {
|
||||
|
||||
Reference in New Issue
Block a user