mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +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):
|
Show the attribute paths of available packages with [`nix-env --query`](./query.md):
|
||||||
|
|
||||||
```console
|
```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
|
- If `--from-profile` *path* is given, *args* is a set of names
|
||||||
|
|
Loading…
Reference in a new issue