Merge pull request 'Fix build' (#15) from fix-build into main
Reviewed-on: https://codeberg.org/svenvanheugten/git-check-assertions/pulls/15
This commit is contained in:
commit
80ff74cdf9
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ if [ -f .git-check-assertions-cache ]; then
|
||||||
if [ -n "$cached_commit" ]; then
|
if [ -n "$cached_commit" ]; then
|
||||||
cached_commits["$cached_commit"]=1
|
cached_commits["$cached_commit"]=1
|
||||||
fi
|
fi
|
||||||
done < .git-check-assertions-cache
|
done <.git-check-assertions-cache
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for commit_hash in "${commits[@]}"; do
|
for commit_hash in "${commits[@]}"; do
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ resholve.mkDerivation {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp $src/bin/git-check-assertions $out/bin/git-check-assertions
|
cp bin/git-check-assertions $out/bin/git-check-assertions
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue