fetch-nupkg: use helper from nuget-package-hook to unpack

This commit is contained in:
David McFarland 2024-09-09 01:27:16 -03:00
parent a0c5f2662d
commit 521b7b5e5f

View File

@ -43,8 +43,7 @@ let
unpackPhase = ''
runHook preUnpack
unzip -nqd source $src
chmod -R +rw source
unpackNupkg "$src" source
cd source
runHook postUnpack