mob next [ci-skip] [ci skip] [skip ci]

lastFile:vars/shared/acme/email/value
This commit is contained in:
2025-12-06 11:19:55 +07:00
parent 6a4eeeb34b
commit 8d9fa699ff
27 changed files with 1100 additions and 1 deletions

4
pkgs/overlay.nix Normal file
View File

@@ -0,0 +1,4 @@
final: prev: {
think-gtcm = final.callPackage ./think-gtcm.nix { };
think-backend-gtcm = final.callPackage ./think-backend-gtcm.nix { php = final.php83; };
}