From 49917c07a66fc37cc1b79d5d159e5515bd3d7b78 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 28 Nov 2025 12:14:36 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/nixos/think-gtcm.nix --- modules/nixos/think-backend-gtcm.nix | 4 +--- modules/nixos/think-gtcm.nix | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/nixos/think-backend-gtcm.nix b/modules/nixos/think-backend-gtcm.nix index a6070ec..e83b5ae 100644 --- a/modules/nixos/think-backend-gtcm.nix +++ b/modules/nixos/think-backend-gtcm.nix @@ -46,9 +46,7 @@ in type = lib.types.str; default = defaultGroup; defaultText = "${defaultGroup}"; - description = '' - Group under which the website runs. - ''; + description = "Group under which the website runs."; }; package = lib.mkPackageOption pkgs "think-backend-gtcm" { }; diff --git a/modules/nixos/think-gtcm.nix b/modules/nixos/think-gtcm.nix index 8b98247..c2909d9 100644 --- a/modules/nixos/think-gtcm.nix +++ b/modules/nixos/think-gtcm.nix @@ -46,9 +46,7 @@ in type = lib.types.str; default = defaultGroup; defaultText = "${defaultGroup}"; - description = '' - Group under which the website runs. - ''; + description = "Group under which the website runs."; }; package = lib.mkPackageOption pkgs "think-gtcm" { };