9 lines
190 B
Nix
9 lines
190 B
Nix
{ ... }:
|
|
{
|
|
flake.clanModules = builtins.throw ''
|
|
clanModules have been removed!
|
|
|
|
Refer to https://docs.clan.lol/guides/migrations/migrate-inventory-services for migration.
|
|
'';
|
|
}
|