From 51f93203b81f486fd92791d23cd3d1e6be94ef55 Mon Sep 17 00:00:00 2001 From: Alex Jackson Date: Tue, 4 Jun 2024 20:54:44 -0500 Subject: [PATCH] chore: change example nix --version outputs to 2.90-beta.1 With the update to 2.90-beta.1, the install examples now properly indicate that the output of `nix --version` should be: nix (Lix, like Nix) 2.90.0-beta.1 --- content/add-to-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/add-to-config.md b/content/add-to-config.md index 97ace920..6a5c930f 100644 --- a/content/add-to-config.md +++ b/content/add-to-config.md @@ -98,7 +98,7 @@ You should now be using Lix! You can verify this by asking the `nix` command to ```sh $ nix --version -nix (Lix, like Nix) 2.90.0-beta.0 +nix (Lix, like Nix) 2.90.0-beta.1 ``` As long as you see `Lix` in the output, you're good! If you're not sure what to do now, it's a @@ -167,7 +167,7 @@ You should now be using Lix! You can verify this by asking the `nix` command to ```sh $ nix --version -nix (Lix, like Nix) 2.90.0-beta.0 +nix (Lix, like Nix) 2.90.0-beta.1 ``` As long as you see `Lix` in the output, you're good! If you're not sure what to do now, it's a