modules: add explizit class to clan module

This commit is contained in:
Johannes Kirschbauer
2025-06-27 09:53:40 +02:00
parent 04a31bea67
commit 35d50489bb
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ in
description = "Clan module. Define your clan inside here";
default = { };
type = types.submoduleWith {
class = "clan";
specialArgs = {
inherit self;
inherit (inputs) nixpkgs nix-darwin;

View File

@@ -20,6 +20,7 @@ rec {
nix-darwin = self.inputs.nix-darwin or clan-core.inputs.nix-darwin;
in
lib.evalModules {
class = "clan";
specialArgs = {
inherit
self