diff options
author | Raito Bezarius <raito@lix.systems> | 2024-05-14 02:05:08 +0200 |
---|---|---|
committer | Raito Bezarius <raito@lix.systems> | 2024-06-01 20:31:24 +0200 |
commit | b8cb7abcf08be01a291c970164a3f44dfca0ddbf (patch) | |
tree | 727912b4e44d9f68d4e26e9d11b0719af4a0c554 /doc/manual/src/quick-start.md | |
parent | 5312e60be6aba84fab91e6d82af0b1aeccdfe981 (diff) |
chore: rebrand Nix to Lix when it makes sense
Here's my guide so far:
$ rg '((?!(recursive).*) Nix
(?!(daemon|store|expression|Rocks!|Packages|language|derivation|archive|account|user|sandbox|flake).*))'
-g '!doc/' --pcre2
All items from this query have been tackled. For the documentation side:
that's for https://git.lix.systems/lix-project/lix/issues/162.
Additionally, all remaining references to github.com/NixOS/nix which
were not relevant were also replaced.
Fixes: https://git.lix.systems/lix-project/lix/issues/148.
Fixes: https://git.lix.systems/lix-project/lix/issues/162.
Change-Id: Ib3451fae5cb8ab8cd9ac9e4e4551284ee6794545
Signed-off-by: Raito Bezarius <raito@lix.systems>
Diffstat (limited to 'doc/manual/src/quick-start.md')
-rw-r--r-- | doc/manual/src/quick-start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/quick-start.md b/doc/manual/src/quick-start.md index 862eed432..bcca9857d 100644 --- a/doc/manual/src/quick-start.md +++ b/doc/manual/src/quick-start.md @@ -22,7 +22,7 @@ to subsequent chapters. $ curl -sSf -L https://install.lix.systems/lix | sh -s -- install ``` - For systems that **already have Nix installed**, such as NixOS systems, read our [install page](https://lix.systems/install) + For systems that **already have a Nix implementation installed**, such as NixOS systems, read our [install page](https://lix.systems/install) The install script will use `sudo`, so make sure you have sufficient rights. |