refactor(text): extract text helper to rrvsh/text.nix

This commit adds the rrvsh/text.nix flake to manage text generation.
It also removes the old text generation helpers module and updates the
README and flake.nix files to use the new flake.
This commit is contained in:
Mohammad Rafiq 2025-07-06 05:14:55 +08:00
parent e385783de2
commit 03a43150a1
No known key found for this signature in database
6 changed files with 24 additions and 95 deletions

View file

@ -11,6 +11,8 @@
import-tree.url = "github:vic/import-tree";
# files lets us write text files and automatically add checks for them
files.url = "github:mightyiam/files";
# text.nix lets us easily define markdown text to pass to files
text.url = "github:rrvsh/text.nix";
# make-shells.<name> creates devShells and checks
make-shell = {
url = "github:nicknovitski/make-shell";