mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-08 05:18:55 -05:00
[PR #216] [MERGED] Fix Nix CI by refreshing bun.nix and trusting flake config #1591
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/216
Author: @arunavo4
Created: 3/6/2026
Status: ✅ Merged
Merged: 3/6/2026
Merged by: @arunavo4
Base:
main← Head:codex/nix-ci-bun2nix-refresh📝 Commits (1)
6bc039bnix: refresh bun deps and ci flake trust📊 Changes
2 files changed (+34 additions, -6 deletions)
View changed files
📝
.github/workflows/nix-build.yml(+7 -3)📝
bun.nix(+27 -3)📄 Description
Summary
bun.nixfrombun.lockwithbun2nixNIX_CONFIGto trust flake cache config and pass GitHub access token--accept-flake-configWhy
The previous Nix CI failure showed two problems:
bun installattempted sandbox network fetches for packages missing frombun.nix(for example:astro@5.18.0,@playwright/test@1.58.2)This change addresses both.
Notes
nix buildlocally in this environment becausenixis unavailable.bun.nixnow includes the missing tarballs from the failure log.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.