mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
fix(doc/manual/src/command-ref/nix-env/install): fix typo
This commit is contained in:
parent
fcbc36cf78
commit
f83617f052
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ The arguments *args* map to store paths in a number of possible ways:
|
|||
Show the attribute paths of available packages with [`nix-env --query`](./query.md):
|
||||
|
||||
```console
|
||||
nix-env --query --available --attr-path`
|
||||
nix-env --query --available --attr-path
|
||||
```
|
||||
|
||||
- If `--from-profile` *path* is given, *args* is a set of names
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue