summary refs log tree commit diff
path: root/lib/tests/modules.sh
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-09-04 13:18:22 +0200
committerSilvan Mosberger <contact@infinisil.com>2020-09-15 21:01:07 +0200
commit67551f46fbc20b3b96ff27503b659a8f3fedb421 (patch)
tree7c9727af4b245ab77eb83ec5025c7c532a246271 /lib/tests/modules.sh
parent6e7bc2c6c90335e7bb7d7ca8cef77c58f0e37444 (diff)
downloadnixpkgs-67551f46fbc20b3b96ff27503b659a8f3fedb421.tar
nixpkgs-67551f46fbc20b3b96ff27503b659a8f3fedb421.tar.gz
nixpkgs-67551f46fbc20b3b96ff27503b659a8f3fedb421.tar.bz2
nixpkgs-67551f46fbc20b3b96ff27503b659a8f3fedb421.tar.lz
nixpkgs-67551f46fbc20b3b96ff27503b659a8f3fedb421.tar.xz
nixpkgs-67551f46fbc20b3b96ff27503b659a8f3fedb421.tar.zst
nixpkgs-67551f46fbc20b3b96ff27503b659a8f3fedb421.zip
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
Diffstat (limited to 'lib/tests/modules.sh')
0 files changed, 0 insertions, 0 deletions