Fix build

```git-check-assertions
run nix build
assert_success

git checkout HEAD~
run nix build
assert_failure
assert_output --partial "done <.git-check-assertions-cache"
```
This commit is contained in:
Sven van Heugten 2026-03-10 17:37:57 +01:00
parent 1080fc60fd
commit 210dd4d72d
No known key found for this signature in database
GPG key ID: D612F88666F4F660

View file

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