add flake-parts module for clan
This commit is contained in:
7
flakeModules/flake-module.nix
Normal file
7
flakeModules/flake-module.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
flake.flakeModules = {
|
||||
clan = ./clan.nix;
|
||||
default = config.flake.flakeModules.clan;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user