docs: mention arm64 metapackage
This commit is contained in:
parent
aaf5370344
commit
15f79e1364
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue