diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-05-05 15:32:20 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-05-05 16:11:01 -0700 |
commit | 748d8310fa7e044ad4c950ff38e31309ea3f606d (patch) | |
tree | 4a097ffd7a05e17f7b4a55660abff765e0346e11 /doc/manual/src/glossary.md | |
parent | a3d4aca83691eb4bcbc2d3b20b559dbd59f02887 (diff) |
Fix the pages in the manual for Lix
This doesn't comprehensively fix everything outdated in the manual, or
make the manual greatly better, but it does note down where at least
jade noticed it was wrong, and it does fix all the instances of
referencing Nix to conform to the style guide to the best of our
ability.
A lot of things have been commented out for being wrong, and there are
three types of FIXME introduced:
- FIXME(Lix): generically Lix needs to fix it
- FIXME(Qyriad): re https://git.lix.systems/lix-project/lix/issues/215
- FIXME(meson): docs got outdated by meson changes and need rewriting
I did fix a bunch of it that I could, but there could certainly be
mistakes and this is definitely just an incremental improvement.
Fixes: https://git.lix.systems/lix-project/lix/issues/266
Change-Id: I5993c4603d7f026a887089fce77db08394362135
Diffstat (limited to 'doc/manual/src/glossary.md')
-rw-r--r-- | doc/manual/src/glossary.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/src/glossary.md b/doc/manual/src/glossary.md index b7c340d36..caf740724 100644 --- a/doc/manual/src/glossary.md +++ b/doc/manual/src/glossary.md @@ -57,12 +57,12 @@ The location in the file system where store objects live. Typically `/nix/store`. - From the perspective of the location where Nix is + From the perspective of the location where Lix is invoked, the Nix store can be referred to as a "_local_" or a "_remote_" one: + A [local store]{#gloss-local-store} exists on the filesystem of - the machine where Nix is invoked. You can use other + the machine where Lix is invoked. You can use other local stores by passing the `--store` flag to the `nix` command. Local stores can be used for building derivations. @@ -133,7 +133,7 @@ - [substituter]{#gloss-substituter} - An additional [store]{#gloss-store} from which Nix can obtain store objects instead of building them. + An additional [store]{#gloss-store} from which Lix can obtain store objects instead of building them. Often the substituter is a [binary cache](#gloss-binary-cache), but any store can serve as substituter. See the [`substituters` configuration option](./command-ref/conf-file.md#conf-substituters) for details. @@ -159,7 +159,7 @@ - [Nix expression]{#gloss-nix-expression} A high-level description of software packages and compositions - thereof. Deploying software using Nix entails writing Nix + thereof. Deploying software using Lix entails writing Nix expressions for your packages. Nix expressions are translated to derivations that are stored in the Nix store. These derivations can then be built. |