mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-14 21:51:52 +00:00
docs: mention arm64 metapackage
This commit is contained in:
parent
2a90581cc6
commit
3f055f0cac
|
@ -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 New Issue
Block a user