mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-01 18:48:30 +03:00
fix: move --accept-flake-config before -- in bun2nix step
The flag was being passed to bun2nix instead of nix, causing "unexpected argument" error.
This commit is contained in:
2
.github/workflows/nix-build.yml
vendored
2
.github/workflows/nix-build.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Regenerate bun.nix from bun.lock
|
||||
run: nix run github:nix-community/bun2nix -- -o bun.nix --accept-flake-config
|
||||
run: nix run --accept-flake-config github:nix-community/bun2nix -- -o bun.nix
|
||||
|
||||
- name: Check flake
|
||||
run: nix flake check --accept-flake-config
|
||||
|
||||
Reference in New Issue
Block a user