What's Changed
Bug Fixes
-
fix(docker): add git and git-lfs to runner image by @arunavo4 in #198
- Fixes pre-sync snapshot failures (
Executable not found in $PATH: "git") in Docker image 3.9.5 - Closes #196
- Fixes pre-sync snapshot failures (
-
fix(nix): enable sandboxed builds with bun2nix by @arunavo4 in #199
- Integrates bun2nix for fully reproducible, sandboxed Nix builds on Linux
- Creates writable workdir at runtime so database can initialize outside the read-only Nix store
- Adds
nanoidas explicit dependency (was only a transitive dep, broke under isolated linker) - Tested on Ubuntu 24.04 LTS (x64) with Nix sandboxing enabled
- Closes #197
Full Changelog: v3.9.5...v3.9.6