mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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 =
|
outer_types =
|
||||||
rec {
|
rec {
|
||||||
__attrsFailEvaluation = true;
|
|
||||||
isType = type: x: (x._type or "") == type;
|
isType = type: x: (x._type or "") == type;
|
||||||
|
|
||||||
setType = typeName: value: value // {
|
setType = typeName: value: value // {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue