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
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue