build: Incremented flake version number.

This commit is contained in:
2026-06-16 11:44:38 -04:00
parent 84550d4708
commit 159ff91938
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
# TODOs
1. Consider giving db its own allocator
2. **db.odin:324-327** — Map iteration (`remote_set`) is non-deterministic. Same file can produce different JSON on each backup, causing spurious DB diffs. Sort remotes before storing.