No description
Find a file
2025-07-07 00:35:11 +08:00
flake.nix feat: init repo 2025-07-06 05:06:37 +08:00
module.nix fix: use lines instead of str for multi-line strings 2025-07-07 00:35:11 +08:00
README.md docs: add acknowledgements to README 2025-07-06 05:18:12 +08:00

text.nix flake-parts module

The option text.<name> supports either a string or a submodule with attributes order and parts. The parts attribute can either be a string, which will get concatenated in the order laid out in text.<name>.order, or can itself have the attributes order and parts, in which case it will be evaluated recursively.''

Acknowledgements

Full credits go to @mightyiam for coming up with the original implementation. I simply added the recursive parts and headings.