summaryrefslogtreecommitdiffstats
path: root/lib/meta.nix
diff options
context:
space:
mode:
authorAdam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>2023-01-27 11:16:29 +0000
committerGitHub <noreply@github.com>2023-01-27 11:16:29 +0000
commit435618d9b3d47f978d397a0ea2934b2b9e0b1dd6 (patch)
treee7b0f17e4803c8b69081137656231566486aaf0e /lib/meta.nix
parent6f942d4a17c11874c5d345ea3f872a0f54bce9bd (diff)
Update lib/meta.nix
Co-authored-by: Naïm Favier <n@monade.li>
Diffstat (limited to 'lib/meta.nix')
-rw-r--r--lib/meta.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/meta.nix b/lib/meta.nix
index 44d2eb0ffd2f..5fd55c4e90d6 100644
--- a/lib/meta.nix
+++ b/lib/meta.nix
@@ -78,7 +78,7 @@ rec {
2. (modern) a pattern for the entire platform structure (see `lib.systems.inspect.platformPatterns`).
- 3. (modern) a pattern for the platform `parsed` field.
+ 3. (modern) a pattern for the platform `parsed` field (see `lib.systems.inspect.patterns`).
We can inject these into a pattern for the whole of a structured platform,
and then match that.