docs(clan): Improve state-version documentation

This commit is contained in:
a-kenji
2025-07-01 17:32:20 +02:00
parent e026ada443
commit 0093836272

View File

@@ -11,8 +11,7 @@ in
enable = lib.mkEnableOption "automatic state-version generation.
The option will take the specified version, if one is already supplied through
the config or generate one if not.
";
the config or generate one if not";
};
config = lib.mkIf (config.clan.core.settings.state-version.enable) {