mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
00d80d1381
commit
6cf8ae9090
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ let
|
|||
|
||||
outer_types =
|
||||
rec {
|
||||
__attrsFailEvaluation = true;
|
||||
isType = type: x: (x._type or "") == type;
|
||||
|
||||
setType = typeName: value: value // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue