tests.stdenv: remove __attrsFailEvaluation

These attrs do not fail to Eval on Darwin anymore
This commit is contained in:
jopejoe1
2025-05-13 20:32:18 +02:00
parent 16187b1175
commit b494b7ed40
-3
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 {