diff options
author | Valentin Gagarin <valentin@fricklerhandwerk.de> | 2022-07-13 10:42:21 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:47 +0200 |
commit | 5a5a95696f4728010486ee01b375b861acc2fddd (patch) | |
tree | ef657835b1ab0c18fa2127829ed11f2b5b117d19 | |
parent | de5dea45f7443dd14068e6289e8844816f445c35 (diff) |
note customized base32
Nix omits E O U T characters for some reason.
-rw-r--r-- | doc/manual/src/architecture/store/path.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/store/path.md b/doc/manual/src/architecture/store/path.md index 3f2a4bbff..9f47b877f 100644 --- a/doc/manual/src/architecture/store/path.md +++ b/doc/manual/src/architecture/store/path.md @@ -16,7 +16,7 @@ It is rendered to a file system path as the concatenation of - [store directory](#store-directory) - path-separator (`/`) - - [digest](#digest) rendered in [base-32](https://en.m.wikipedia.org/wiki/Base32) (20 arbitrary bytes become 32 ASCII characters) + - [digest](#digest) rendered in a custom variant of [base-32](https://en.m.wikipedia.org/wiki/Base32) (20 arbitrary bytes become 32 ASCII characters) - hyphen (`-`) - name |