diff options
Diffstat (limited to 'src/nix/help-stores.md')
-rw-r--r-- | src/nix/help-stores.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nix/help-stores.md b/src/nix/help-stores.md index 47ba9b94d..33562b031 100644 --- a/src/nix/help-stores.md +++ b/src/nix/help-stores.md @@ -1,6 +1,6 @@ R"( -Nix supports different types of stores. These are described below. +Lix supports different types of stores. These are described below. ## Store URL format @@ -22,11 +22,11 @@ instance, --store ssh://machine.example.org?ssh-key=/path/to/my/key ``` -tells Nix to access the store on a remote machine via the SSH +tells Lix to access the store on a remote machine via the SSH protocol, using `/path/to/my/key` as the SSH private key. The supported settings for each store type are documented below. -The special store URL `auto` causes Nix to automatically select a +The special store URL `auto` causes Lix to automatically select a store as follows: * Use the [local store](#local-store) `/nix/store` if `/nix/var/nix` |