modules: add explizit class to clan module
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user