diff options
author | Ethan Davidson <ethanmdavidson@gmail.com> | 2021-12-09T18·42-0500 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-12-24T18·42+0300 |
commit | 15f79e1364410bc78d1d734f4af7617f2ab8e432 (patch) | |
tree | 884bf45e7a54203e038bf433102c59739cbb78e1 /tools/nixery | |
parent | aaf53703443075dc7c54127d390d8bfb6cb206ce (diff) |
docs: mention arm64 metapackage
Diffstat (limited to 'tools/nixery')
-rw-r--r-- | tools/nixery/docs/src/nixery.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/nixery/docs/src/nixery.md b/tools/nixery/docs/src/nixery.md index 5f6dcb7e361c..3f68311dabb4 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. |