diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-10-01 16:32:07 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-10-01 16:32:07 +0200 |
commit | 0e3b8ca76701a86208d3a83db4f324ace9a28f23 (patch) | |
tree | a50191bc6d11febbc3148067f9505b035f5b2b2c | |
parent | 43221bb319081f33d721d57f1b8905c78cf44e4e (diff) |
Typo
-rw-r--r-- | doc/manual/src/release-notes/rl-2.4.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/src/release-notes/rl-2.4.md b/doc/manual/src/release-notes/rl-2.4.md index 3ddd53315..def4a7b66 100644 --- a/doc/manual/src/release-notes/rl-2.4.md +++ b/doc/manual/src/release-notes/rl-2.4.md @@ -47,7 +47,7 @@ more than 2800 commits from 195 contributors since release 2.3. contents. Previously Nix could only build **input-addressed** store paths, where the hash is computed from the derivation dependency graph. Content-addressing allows deduplication, early cutoff in - build systems, and unpriviliged closure copying. This is still [an + build systems, and unprivileged closure copying. This is still [an experimental feature](https://discourse.nixos.org/t/content-addressed-nix-call-for-testers/12881). @@ -96,7 +96,7 @@ more than 2800 commits from 195 contributors since release 2.3. program from the `hello` package in `nixpkgs`. - `nix flake` is the container for flake-related operations, such as - creating a new flake, quering the contents of a flake or updating + creating a new flake, querying the contents of a flake or updating flake lock files. - `nix registry` allows you to query and update the flake registry, @@ -116,7 +116,7 @@ more than 2800 commits from 195 contributors since release 2.3. changes. **Warning**: after a profile has been updated using `nix profile`, - it is no longer useable with `nix-env`. + it is no longer usable with `nix-env`. - `nix store diff-closures` shows the differences between the closures of two store paths in terms of the versions and sizes of @@ -205,7 +205,7 @@ more than 2800 commits from 195 contributors since release 2.3. * Nix now uses `libarchive` to decompress and unpack tarballs and zip files, so `tar` is no longer required. -* The priority of substituters can now be overriden using the +* The priority of substituters can now be overridden using the `priority` substituter setting (e.g. `--substituters 'http://cache.nixos.org?priority=100 daemon?priority=10'`). |