summary refs log tree commit diff
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
parent6f942d4a17c11874c5d345ea3f872a0f54bce9bd (diff)
downloadnixpkgs-435618d9b3d47f978d397a0ea2934b2b9e0b1dd6.tar
nixpkgs-435618d9b3d47f978d397a0ea2934b2b9e0b1dd6.tar.gz
nixpkgs-435618d9b3d47f978d397a0ea2934b2b9e0b1dd6.tar.bz2
nixpkgs-435618d9b3d47f978d397a0ea2934b2b9e0b1dd6.tar.lz
nixpkgs-435618d9b3d47f978d397a0ea2934b2b9e0b1dd6.tar.xz
nixpkgs-435618d9b3d47f978d397a0ea2934b2b9e0b1dd6.tar.zst
nixpkgs-435618d9b3d47f978d397a0ea2934b2b9e0b1dd6.zip
Update lib/meta.nix
Co-authored-by: Naïm Favier <n@monade.li>
-rw-r--r--lib/meta.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/meta.nix b/lib/meta.nix
index 44d2eb0ffd2..5fd55c4e90d 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.