mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Apply suggestions from code review
This commit is contained in:
parent
d5b3328dd1
commit
e317324236
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ typedef std::variant<
|
||||||
*output paths* should not change. On the other hand, the *derivation
|
*output paths* should not change. On the other hand, the *derivation
|
||||||
paths* should change to reflect the new dependency graph.
|
paths* should change to reflect the new dependency graph.
|
||||||
|
|
||||||
For fixed output derivations, this returns a map from the names of
|
For fixed-output derivations, this returns a map from the name of
|
||||||
each output to hashes unique up to the outputs' contents.
|
each output to its hash, unique up to the output's contents.
|
||||||
|
|
||||||
For regular derivations, it returns a single hash of the derivation
|
For regular derivations, it returns a single hash of the derivation
|
||||||
ATerm, after subderivations have been likewise expunged from that
|
ATerm, after subderivations have been likewise expunged from that
|
||||||
|
|
Loading…
Reference in a new issue