Fix(clan-module): pass clan-core not a module
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ self, config, ... }:
|
{ self, config, ... }:
|
||||||
{
|
{
|
||||||
flake.flakeModules = {
|
flake.flakeModules = {
|
||||||
clan = import ./clan.nix self.module.clan.default;
|
clan = import ./clan.nix self;
|
||||||
default = config.flake.flakeModules.clan;
|
default = config.flake.flakeModules.clan;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user