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
4
nix/modules/flake/modules.nix
Normal file
4
nix/modules/flake/modules.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.flake-parts.flakeModules.modules ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue