chore: clean up logic around clanInternals

This commit is contained in:
Johannes Kirschbauer
2025-06-26 16:12:35 +02:00
parent 6b1722d3c3
commit d8d49c9d72
6 changed files with 32 additions and 60 deletions

View File

@@ -22,11 +22,8 @@ in
options.flake = {
# Backwards compat
clanInternals = lib.mkOption {
description = "Internals as used by the clan cli. Deprecated use clan.clanInternals";
visible = false;
readOnly = true;
description = "Internals as needed by the clan cli.";
default = config.flake.clan.clanInternals;
apply = lib.warn "Use clan.clanInternals instead";
};
# The one and only clan module
clan = lib.mkOption {