1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
(cherry picked from commit 86dda9884a)
This commit is contained in:
Nikita Krasnov 2025-06-18 12:46:53 +03:00 committed by Mergify
parent 0877680b08
commit 27a8b457b8

View file

@ -25,7 +25,7 @@ The *requisites* of a store object are all store objects reachable by paths of r
[transitive closure]: https://en.wikipedia.org/wiki/Transitive_closure
We can also take the [transpose graph] ofthe references graph, where we reverse the orientation of all edges.
We can also take the [transpose graph] of the references graph, where we reverse the orientation of all edges.
The *referrers* of a store object are the store objects that reference it.
[transpose graph]: https://en.wikipedia.org/wiki/Transpose_graph