tests.stdenv: remove __attrsFailEvaluation

These attrs do not fail to Eval on Darwin anymore
This commit is contained in:
jopejoe1 2025-05-09 21:47:42 +02:00
parent 16187b1175
commit b494b7ed40

View file

@ -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 {