Add wraning

This commit is contained in:
pinpox
2025-07-15 11:13:51 +02:00
parent 5d4b66af0d
commit 5d73fb5798
3 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,8 @@
{ ... }:
{
flake.clanModules = { };
flake.clanModules = builtins.throw ''
clanModules have been removed!
Refer to https://docs.clan.lol/guides/migrations/migrate-inventory-services for migration.
'';
}