bump nixpkgs

This commit is contained in:
2026-01-15 11:35:36 +07:00
parent a37a0cc7d1
commit f3d282b763
7 changed files with 21 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ in
dataDir = lib.mkOption {
type = lib.types.path;
default = "/var/lib/think-backend.greaterchiangmai.com";
description = ''A place where to store states'';
description = "A place where to store states";
};
user = lib.mkOption {