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

lastFile:vars/shared/acme/email/value
This commit is contained in:
2025-11-28 15:12:08 +07:00
parent 7a381a310e
commit 4a515ac2c8
28 changed files with 1101 additions and 2 deletions

16
tests/default.nix Normal file
View File

@@ -0,0 +1,16 @@
{ self, ... }:
{
perSystem =
{ pkgs, ... }:
{
checks =
let
checkArgs = {
inherit pkgs self;
};
in
{
think-gtcm = import ./tests/think-gtcm.nix checkArgs;
};
};
}