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
12b804340f
commit
17a11a4628
6 changed files with 24 additions and 95 deletions
|
@ -8,10 +8,6 @@ in
|
|||
description = ''
|
||||
This flake serves as a monorepo for my systems (using IaC), dotfiles, and scripts.
|
||||
'';
|
||||
parts.helpers = {
|
||||
heading = "Helpers";
|
||||
description = "The following are some helpers for the repo as a whole.";
|
||||
};
|
||||
};
|
||||
|
||||
perSystem =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue