Files
infra/pkgs/think-gtcm.nix
kurogeek 22c7555b5b mob next [ci-skip] [ci skip] [skip ci]
lastFile:pkgs/think-backend-gtcm.nix
2025-11-12 13:05:44 +07:00

19 lines
350 B
Nix

{
fetchurl,
php,
}:
php.buildComposerProject2 (finalAttrs: rec {
pname = "think-gtcm";
version = "1.0.0";
src = fetchurl {
url = "https://git.b4l.co.th/newedge/think-greaterchiangmai";
sha256 = "";
};
composerLock = "${src}/think.greaterchiangmai.com/composer.lock";
composerStrictValidation = false;
vendorHash = "";
})