fetchgit: add postFetch argument

This commit is contained in:
Daiderd Jordan
2017-06-03 20:51:01 +02:00
parent 8b8a83ff79
commit 7567c5c1ee
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -12,4 +12,5 @@ $SHELL $fetcher --builder --url "$url" --out "$out" --rev "$rev" \
${fetchSubmodules:+--fetch-submodules} \
${branchName:+--branch-name "$branchName"}
runHook postFetch
stopNest