mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-03-24 22:58:03 +03:00
The Nix build has been failing since v3.9.6 because bun.nix fell out of sync with bun.lock. During the sandboxed build bun install cannot fetch missing packages, causing ConnectionRefused errors. - Add bun2nix regeneration step before nix build in CI - Trigger workflow on bun.lock and package.json changes - Update flake.nix version from 3.9.6 to 3.14.1