diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-06-10 21:31:30 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-06-12 15:34:23 -0700 |
commit | 211f79d4a20ec310c4b20f8ca34565f0ea2463ae (patch) | |
tree | c9370b188c609c5100d35545e3b18a67bd87ea2f /doc/manual/src/release-notes/rl-2.0.md | |
parent | 5f6eb6eb446d911228e830f45edb8ced8413bb58 (diff) |
doc/testing.md: Rewrite some outdated sections for meson and current source layout
Change-Id: Ia23f82c9a564b55bd799afbda59c28c9b0a65c13
Diffstat (limited to 'doc/manual/src/release-notes/rl-2.0.md')
-rw-r--r-- | doc/manual/src/release-notes/rl-2.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/release-notes/rl-2.0.md b/doc/manual/src/release-notes/rl-2.0.md index aad0de211..54a44cba0 100644 --- a/doc/manual/src/release-notes/rl-2.0.md +++ b/doc/manual/src/release-notes/rl-2.0.md @@ -229,7 +229,7 @@ This release has the following new features: <https://cache.nixos.org/> or <ssh://machine>. The following store types are supported: - - `LocalStore` (stori URI `local` or an absolute path) and the + - `LocalStore` (store URI `local` or an absolute path) and the misnamed `RemoteStore` (`daemon`) provide access to a local Nix store, the latter via the Nix daemon. You can use `auto` or the empty string to auto-select a local or daemon store depending on |