Skip to content

Commit 1d220a4

Browse files
committed
chore: Set Nix system as aarch64-darwin
1 parent 22d3ff2 commit 1d220a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-env.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525

2626
- name: 🧰 Setup Nix
2727
uses: cachix/install-nix-action@v21
28+
with:
29+
extra_nix_config: |
30+
system = aarch64-linux
2831
2932
- name: 🚀 Deploy
3033
run: |

0 commit comments

Comments
 (0)