From 2ce4c5056a4c865ba2ec93f85e51fa8322b34212 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 12 Nov 2025 14:22:48 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:pkgs/think-gtcm.nix --- pkgs/think-gtcm.nix | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/pkgs/think-gtcm.nix b/pkgs/think-gtcm.nix index 1575d37..677bb12 100644 --- a/pkgs/think-gtcm.nix +++ b/pkgs/think-gtcm.nix @@ -14,15 +14,17 @@ php.buildComposerProject2 (finalAttrs: rec { hash = "sha256-GDx0+PmuCXC+UPtsvsocCZQiTPcnOZEzJI17sxrVv7Q="; }; - # unpackPhase = '' - # runHook preUnpack - # - # mkdir "$sourceRoot" - # - # cp -R "$src/think.greaterchiangmai.com/*" "$sourceRoot/" - # - # runHook postUnpack - # ''; + unpackPhase = '' + runHook preUnpack + + mkdir "$sourceRoot" + + cp -R "$src/think.greaterchiangmai.com/*" "$sourceRoot/" + + runHook postUnpack + ''; + + buildPhase = ''exit 1''; nativeBuildInputs = [ breakpointHook ];