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:
parent
e385783de2
commit
03a43150a1
6 changed files with 24 additions and 95 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue