From 6cf8ae90904e25d45c1f27d2f661887e3096256b Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Fri, 28 Jun 2024 14:17:27 -0700 Subject: [PATCH] lib.types: remove __attrsFailEvaluation The test (`nix-build pkgs/test/release/default.nix`) continues to pass without this preventative measure. --- lib/types.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/types.nix b/lib/types.nix index 518b987dcd92b..ae482eeef7514 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -73,7 +73,6 @@ let outer_types = rec { - __attrsFailEvaluation = true; isType = type: x: (x._type or "") == type; setType = typeName: value: value // {