Files
nixpkgs/lib
Silvan Mosberger 67551f46fb lib/types: Introduce types.anything
This new type has unsurprising merge behavior: Only attribute sets are
merged together (recursively), and only if they don't conflict.

This is in contrast to the existing types:
- types.attrs is problematic because later definitions completely
  override attributes of earlier definitions, and it doesn't support
  mkIf and co.
- types.unspecified is very similar to types.attrs, but it has smart
  merging behavior that often doesn't make sense, and it doesn't support
  all types
2020-09-15 21:01:07 +02:00
..
2020-08-24 18:50:20 +02:00
2020-06-18 10:16:57 +02:00
2017-09-16 21:36:43 -04:00
2017-09-16 21:36:43 -04:00
2019-04-17 15:55:57 +01:00
2020-05-08 08:31:27 -04:00
2018-11-22 08:59:48 +00:00
2020-06-04 13:43:10 +02:00
2020-09-15 21:01:07 +02:00
2019-09-26 17:42:42 +02:00