modules.clan.default: move specialArgs into common place

This commit is contained in:
Johannes Kirschbauer
2025-06-26 17:32:51 +02:00
parent a35e2d84d1
commit e9600a19c1
6 changed files with 5 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
{ self, config, ... }:
{
flake.flakeModules = {
clan = import ./clan.nix self;
clan = import ./clan.nix self.module.clan.default;
default = config.flake.flakeModules.clan;
};
}