diff options
Diffstat (limited to 'src/nix/optimise-store.md')
-rw-r--r-- | src/nix/optimise-store.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/optimise-store.md b/src/nix/optimise-store.md index f6fb66f97..0f263bb45 100644 --- a/src/nix/optimise-store.md +++ b/src/nix/optimise-store.md @@ -16,7 +16,7 @@ links to a single instance. Note that you can also set `auto-optimise-store` to `true` in `nix.conf` to perform this optimisation incrementally whenever a new -path is added to the Nix store. To make this efficient, Nix maintains +path is added to the Nix store. To make this efficient, Lix maintains a content-addressed index of all the files in the Nix store in the directory `/nix/store/.links/`. |