Skip to content

Commit

Permalink
how nix works: avoid making mermaid diagram break HTML comments
Browse files Browse the repository at this point in the history
the diagram is only there for a distant future where we can render it
directly. using dotted lines does not change meaning, but lets us keep
it for reference.
  • Loading branch information
fricklerhandwerk committed May 25, 2022
1 parent c6aa394 commit 3a2f6bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/how-nix-works.tt
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ We currently have no machinery to render mermaid diagrams directly.
flowchart
subgraph store
direction LR
input[build input] --> |referenced by| drv[build step] --> |builds| out[build output]
input[build input] -.-> |referenced by| drv[build step] -.-> |builds| out[build output]
end
cli[command line interface] --> |evaluates| expr[configuration language] --> |evaluates to| drv
cli --> |manages|store
cli[command line interface] -.-> |evaluates| expr[configuration language] -.-> |evaluates to| drv
cli -.-> |manages|store
```
-->

Expand Down

0 comments on commit 3a2f6bb

Please sign in to comment.