feat: add files module, text helper, and update readme generation
This commit is contained in:
parent
a19ede01a2
commit
295f5daba9
7 changed files with 79 additions and 25 deletions
5
modules/flake-parts/make-shell.nix
Normal file
5
modules/flake-parts/make-shell.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
#TODO: add to readme
|
||||
imports = [ inputs.make-shell.flakeModules.default ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue