feat: add files module, text helper, and update readme generation

This commit is contained in:
Mohammad Rafiq 2025-07-03 02:08:54 +08:00
parent dcd3a6fed7
commit faab828f69
No known key found for this signature in database
7 changed files with 79 additions and 25 deletions

View file

@ -1,7 +0,0 @@
{ inputs, ... }:
{
imports = [ inputs.files.flakeModules.default ];
perSystem = psArgs: {
make-shells.default.packages = [ psArgs.config.files.writer.drv ];
};
}

View file

@ -1,4 +0,0 @@
{ inputs, ... }:
{
imports = [ inputs.make-shell.flakeModules.default ];
}