Merge pull request 'docs(clan): Improve state-version documentation' (#4174) from kenji/ke-state-version into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4174
This commit is contained in:
kenji
2025-07-01 15:40:33 +00:00

View File

@@ -11,8 +11,7 @@ in
enable = lib.mkEnableOption "automatic state-version generation. enable = lib.mkEnableOption "automatic state-version generation.
The option will take the specified version, if one is already supplied through 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) { config = lib.mkIf (config.clan.core.settings.state-version.enable) {