Import all nix files in a directory tree. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ dendrix.oeiuwq.com/Dendritic.html
dendritic inputs

links

+2 -2
+2 -2
README.md
··· 7 7 - Can be used outside flakes as a dependencies-free lib; Just import our `./default.nix`. 8 8 - Can be used to list other file types, not just `.nix`. See `.initFilter`, `.files` API. 9 9 - Extensible API. import-tree objects are customizable. See `.addAPI`. 10 + - Useful for implementing the [Dendritic Pattern](https://github.com/mightyiam/dendritic). 10 11 11 12 ## Quick Usage (with flake-parts) 12 13 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)) 15 15 16 16 ```nix 17 17 {