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

lastFile:pkgs/think-gtcm.nix
This commit is contained in:
2025-11-12 14:18:22 +07:00
parent d057cdf6e6
commit a7a18dc4d3

View File

@@ -14,15 +14,15 @@ php.buildComposerProject2 (finalAttrs: rec {
hash = "sha256-GDx0+PmuCXC+UPtsvsocCZQiTPcnOZEzJI17sxrVv7Q="; hash = "sha256-GDx0+PmuCXC+UPtsvsocCZQiTPcnOZEzJI17sxrVv7Q=";
}; };
unpackPhase = '' # unpackPhase = ''
runHook preUnpack # runHook preUnpack
#
mkdir "$sourceRoot" # mkdir "$sourceRoot"
#
cp -R "$src/think.greaterchiangmai.com/*" "$sourceRoot/" # cp -R "$src/think.greaterchiangmai.com/*" "$sourceRoot/"
#
runHook postUnpack # runHook postUnpack
''; # '';
nativeBuildInputs = [ breakpointHook ]; nativeBuildInputs = [ breakpointHook ];