From a5f28ff373690971a79c182d0b62475b107ee1b5 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Fri, 26 Aug 2022 20:10:44 +0300 Subject: [PATCH] Nix: fix grammar issue --- pages/Nix/_index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/Nix/_index.md b/pages/Nix/_index.md index bd7a50c..bcd2c6a 100644 --- a/pages/Nix/_index.md +++ b/pages/Nix/_index.md @@ -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.