Loading
diffoscope: introduce `lib.meta.availableOn stdenv.hostPlatform` for "plugins"
This makes it easier to add new plugins without having to worry whether they are supported on Darwin, aarch64-*, etc. As long as they are properly tagged through their `platforms` meta attribute (or `badPlatforms`). Broken packages needs to be separated to avoid silent breakages which we would not notice.