From f3a5b9f676bac79aa3cfaafbbcca872c3c5f262c Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 18 Jan 2025 22:54:37 -0800 Subject: [PATCH] docs: add dependency graph --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e51c36..644f473 100755 --- a/README.md +++ b/README.md @@ -129,6 +129,10 @@ mind you'll have to do a little bit of work in these files to get a working system configuration. Some Nix knowledge is expected, but comments are there to help! +Here's a snapshot of the entire _dependency graph_ of the system, a directed +acyclic graph (DAG) representing the relationships between every single piece +of software installed, represented as nodes, all branching out from `xgcc`. + ![liminalos system graph](https://github.com/youwen5/youwen5/blob/main/assets/systemgraph.png?raw=true) ## Hosts