refactor: move flake-parts modules to nix/modules/flake
This commit is contained in:
parent
2fe89b9e00
commit
53fe600399
7 changed files with 0 additions and 0 deletions
5
nix/modules/flake/make-shell.nix
Normal file
5
nix/modules/flake/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