about summary refs log tree commit diff
path: root/tools/nixery/docs/src/nixery.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nixery/docs/src/nixery.md')
-rw-r--r--tools/nixery/docs/src/nixery.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/nixery/docs/src/nixery.md b/tools/nixery/docs/src/nixery.md
index 5f6dcb7e36..3f68311dab 100644
--- a/tools/nixery/docs/src/nixery.md
+++ b/tools/nixery/docs/src/nixery.md
@@ -33,8 +33,10 @@ Each path segment corresponds either to a key in the Nix package set, or a
 meta-package that automatically expands to several other packages.
 
 Meta-packages **must** be the first path component if they are used. Currently
-the only meta-package is `shell`, which provides a `bash`-shell with interactive
-configuration and standard tools like `coreutils`.
+there are only two meta-packages:
+- `shell`, which provides a `bash`-shell with interactive configuration and 
+  standard tools like `coreutils`.
+- `arm64`, which provides ARM64 binaries.
 
 **Tip:** When pulling from a private Nixery instance, replace `nixery.dev` in
 the above examples with your registry address.