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

18
flake.lock generated
View file

@ -156,7 +156,23 @@
"git-hooks": "git-hooks",
"import-tree": "import-tree",
"make-shell": "make-shell",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"text": "text"
}
},
"text": {
"locked": {
"lastModified": 1751749699,
"narHash": "sha256-eSeb0ERcdldtV1YLzVqi9NxITr4OLiuiGDS6T0t3Yh4=",
"owner": "rrvsh",
"repo": "text.nix",
"rev": "929c8863a1c323e1264887501e9a7914571654db",
"type": "github"
},
"original": {
"owner": "rrvsh",
"repo": "text.nix",
"type": "github"
}
}
},