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:
Sven van Heugten 2026-03-10 17:44:27 +01:00
commit 80ff74cdf9
2 changed files with 2 additions and 2 deletions

View file

@ -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
''; '';