mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 18:40:39 +00:00
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.
(cherry picked from commit 43957dc150)