Nix: fix grammar issue

This commit is contained in:
Mihai Fufezan 2022-08-26 20:10:44 +03:00
parent e82926f129
commit a5f28ff373
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 1 additions and 3 deletions

View File

@ -121,12 +121,10 @@ or by creating a wrapper script that runs the above command inside.
### Upgrading
In order to upgrade, you can run
In order to upgrade all your packages, you can run
```sh
$ nix profile upgrade '.*'
```
in order to upgrade all your packages.
Check the
[nix profile](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-profile.html)
command documentation for other upgrade options.