Typo
This commit is contained in:
parent
43221bb319
commit
0e3b8ca767
1 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ more than 2800 commits from 195 contributors since release 2.3.
|
||||||
contents. Previously Nix could only build **input-addressed** store
|
contents. Previously Nix could only build **input-addressed** store
|
||||||
paths, where the hash is computed from the derivation dependency
|
paths, where the hash is computed from the derivation dependency
|
||||||
graph. Content-addressing allows deduplication, early cutoff in
|
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
|
experimental
|
||||||
feature](https://discourse.nixos.org/t/content-addressed-nix-call-for-testers/12881).
|
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`.
|
program from the `hello` package in `nixpkgs`.
|
||||||
|
|
||||||
- `nix flake` is the container for flake-related operations, such as
|
- `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.
|
flake lock files.
|
||||||
|
|
||||||
- `nix registry` allows you to query and update the flake registry,
|
- `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.
|
changes.
|
||||||
|
|
||||||
**Warning**: after a profile has been updated using `nix profile`,
|
**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
|
- `nix store diff-closures` shows the differences between the
|
||||||
closures of two store paths in terms of the versions and sizes of
|
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
|
* Nix now uses `libarchive` to decompress and unpack tarballs and zip
|
||||||
files, so `tar` is no longer required.
|
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
|
`priority` substituter setting (e.g. `--substituters
|
||||||
'http://cache.nixos.org?priority=100 daemon?priority=10'`).
|
'http://cache.nixos.org?priority=100 daemon?priority=10'`).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue