Skip to content

Commit 905f0c5

Browse files
committed
links
1 parent e24a50f commit 905f0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
- Can be used outside flakes as a dependencies-free lib; Just import our `./default.nix`.
88
- Can be used to list other file types, not just `.nix`. See `.initFilter`, `.files` API.
99
- Extensible API. import-tree objects are customizable. See `.addAPI`.
10+
- Useful for implementing the [Dendritic Pattern](https://github.com/mightyiam/dendritic).
1011

1112
## Quick Usage (with flake-parts)
1213

13-
This example shows how to load all nix files inside `./modules`, following the
14-
[Dendritic Pattern](https://github.com/mightyiam/dendritic)
14+
This example shows how to load all nix files inside `./modules`, on [Dendritic](https://vic.github.io/dendrix/Dendritic.html) setups. (see also [flake-file's dendritic template](https://github.com/vic/flake-file?tab=readme-ov-file#flakemodulesdendritic))
1515

1616
```nix
1717
{

0 commit comments

Comments
 (0)