doc: clarify effect of meta.hydraPlatforms on reverse dependencies

This commit is contained in:
Tom Hunze
2026-05-12 20:11:36 +02:00
parent a4c95800a7
commit 009aa0c916

View File

@@ -151,6 +151,8 @@ The list of Nix platform types for which the [Hydra](https://github.com/nixos/hy
}
```
Note that this does not affect whether reverse dependencies of the package are built on Hydra.
### `broken` {#var-meta-broken}
If set to `true`, the package is marked as "broken", meaning that it wont show up in [search.nixos.org](https://search.nixos.org/packages), and cannot be built or installed unless [explicitly allowed](#sec-allow-broken).