1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

remove diagonal from operations diagram

This commit is contained in:
Valentin Gagarin 2022-06-08 11:57:19 +02:00
parent 93f721b0d2
commit 84ddfbf8fd

View file

@ -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.