feat: basic flake-parts structure, make-shell, files and readme
This commit is contained in:
parent
8b4bfb5e15
commit
dcd3a6fed7
8 changed files with 127 additions and 129 deletions
4
modules/meta/make-shell.nix
Normal file
4
modules/meta/make-shell.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.make-shell.flakeModules.default ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue