lib.types: remove __attrsFailEvaluation

The test (`nix-build pkgs/test/release/default.nix`) continues to pass without this preventative measure.
This commit is contained in:
Philip Taron 2024-06-28 14:17:27 -07:00
parent 00d80d1381
commit 6cf8ae9090
No known key found for this signature in database

View file

@ -73,7 +73,6 @@ let
outer_types =
rec {
__attrsFailEvaluation = true;
isType = type: x: (x._type or "") == type;
setType = typeName: value: value // {