mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
remove diagonal from operations diagram
This commit is contained in:
parent
93f721b0d2
commit
84ddfbf8fd
1 changed files with 4 additions and 6 deletions
|
@ -55,12 +55,10 @@ It can *perform builds*, that is, create new store objects by transforming build
|
|||
[ reference ]
|
||||
|
|
||||
V
|
||||
[ store ] --> build
|
||||
\
|
||||
(maybe) --> [ store' ]
|
||||
|
|
||||
V
|
||||
[ reference ]
|
||||
[ store ] --> build --(maybe)--> [ store' ]
|
||||
|
|
||||
V
|
||||
[ reference ]
|
||||
|
||||
|
||||
As it keeps track of references, it can [garbage-collect][garbage-collection] unused store objects.
|
||||
|
|
Loading…
Reference in a new issue