Throw error on clanModules usage

This commit is contained in:
pinpox
2025-07-15 10:51:45 +02:00
parent 4c9f166d58
commit 9cf4cc4738

View File

@@ -18,4 +18,10 @@
imports = map (name: ./. + "/${name}/flake-module.nix") validModuleDirs;
in
imports;
flake.clanModules = builtins.throw ''
clanModules have been removed!
Refer to https://docs.clan.lol/guides/migrations/migrate-inventory-services for migration.
'';
}