From 4097da5ce7f688377b5864c90f27cf99efd1eb9d Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Tue, 15 Apr 2025 17:16:05 +0200 Subject: [PATCH] clanCore: remove `clan.core.module` --- nixosModules/clanCore/options.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixosModules/clanCore/options.nix b/nixosModules/clanCore/options.nix index c3a813f71..1eb76ce76 100644 --- a/nixosModules/clanCore/options.nix +++ b/nixosModules/clanCore/options.nix @@ -12,9 +12,4 @@ ] ) ]; - - options.clan.core.module = lib.mkOption { - internal = true; - type = lib.types.raw; - }; }