mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Apply suggestions from code review
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
c873a140d7
commit
5169f5f4d9
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ where
|
||||||
[Nix Archive (NAR)]: @docroot@/glossary.md#gloss-NAR
|
[Nix Archive (NAR)]: @docroot@/glossary.md#gloss-NAR
|
||||||
[sha-256]: https://en.m.wikipedia.org/wiki/SHA-256
|
[sha-256]: https://en.m.wikipedia.org/wiki/SHA-256
|
||||||
|
|
||||||
## Historical Note
|
### Historical Note
|
||||||
|
|
||||||
The `type` = `"source:" ...` and `type` = `"output:out"` grammars technically overlap in purpose,
|
The `type` = `"source:" ...` and `type` = `"output:out"` grammars technically overlap in purpose,
|
||||||
in that both can represent data hashed by its SHA-256 NAR serialization.
|
in that both can represent data hashed by its SHA-256 NAR serialization.
|
||||||
|
|
|
@ -69,7 +69,7 @@ StorePath Store::followLinksToStorePath(std::string_view path) const
|
||||||
The exact specification of store paths is in `protocols/store-path.md`
|
The exact specification of store paths is in `protocols/store-path.md`
|
||||||
in the Nix manual. These few functions implement that specification.
|
in the Nix manual. These few functions implement that specification.
|
||||||
|
|
||||||
If changes do these functions go behind mere implementation changes but
|
If changes to these functions go beyond mere implementation changes i.e.
|
||||||
also update the user-visible behavior, please update the specification
|
also update the user-visible behavior, please update the specification
|
||||||
to match.
|
to match.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue