From 8199e53918b70eda79fb81c5052ee7d38a8f264b Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 1 Jul 2025 17:32:20 +0200 Subject: [PATCH] docs(clan): Improve state-version documentation --- nixosModules/clanCore/state-version/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixosModules/clanCore/state-version/default.nix b/nixosModules/clanCore/state-version/default.nix index 44d0aabac..c75dafb95 100644 --- a/nixosModules/clanCore/state-version/default.nix +++ b/nixosModules/clanCore/state-version/default.nix @@ -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) {