mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
fix various typos in docs
This commit is contained in:
parent
e088ab3eaf
commit
a70140b55a
15 changed files with 22 additions and 22 deletions
|
@ -24,7 +24,7 @@ is a JSON object with the following fields:
|
|||
|
||||
|
||||
* `method`:
|
||||
For an output which will be [content addresed], a string representing the [method](@docroot@/store/store-object/content-address.md) of content addressing that is chosen.
|
||||
For an output which will be [content addressed], a string representing the [method](@docroot@/store/store-object/content-address.md) of content addressing that is chosen.
|
||||
Valid method strings are:
|
||||
|
||||
- [`flat`](@docroot@/store/store-object/content-address.md#method-flat)
|
||||
|
@ -35,7 +35,7 @@ is a JSON object with the following fields:
|
|||
Otherwise, `null`.
|
||||
|
||||
* `hashAlgo`:
|
||||
For an output which will be [content addresed], the name of the hash algorithm used.
|
||||
For an output which will be [content addressed], the name of the hash algorithm used.
|
||||
Valid algorithm strings are:
|
||||
|
||||
- `blake3`
|
||||
|
|
|
@ -46,7 +46,7 @@ defined as the timestamp of the newest file inside the tarball.
|
|||
This protocol is supported by Gitea since v1.22.1 and by Forgejo since v7.0.4/v8.0.0 and can be used with the following flake URL schema:
|
||||
|
||||
```
|
||||
https://<domain name>/<owner>/<repo>/archive/<reference or revison>.tar.gz
|
||||
https://<domain name>/<owner>/<repo>/archive/<reference or revision>.tar.gz
|
||||
```
|
||||
|
||||
> **Example**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue