From 009aa0c9169f1576d2a684fdd4ebbdba856eb3a7 Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Tue, 12 May 2026 20:11:36 +0200 Subject: [PATCH] doc: clarify effect of `meta.hydraPlatforms` on reverse dependencies --- doc/stdenv/meta.chapter.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/stdenv/meta.chapter.md b/doc/stdenv/meta.chapter.md index a88683ed37b7..a510dd1489ce 100644 --- a/doc/stdenv/meta.chapter.md +++ b/doc/stdenv/meta.chapter.md @@ -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 won’t show up in [search.nixos.org](https://search.nixos.org/packages), and cannot be built or installed unless [explicitly allowed](#sec-allow-broken).