Skip to content

Commit a7cae8f

Browse files
fix: nix desktop workflow (anomalyco#8747)
Co-authored-by: Github Action <action@github.com>
1 parent 12ae808 commit a7cae8f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/nix-desktop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
matrix:
2626
os:
2727
- blacksmith-4vcpu-ubuntu-2404
28+
- blacksmith-4vcpu-ubuntu-2404-arm
29+
- macos-15
2830
- macos-latest
2931
runs-on: ${{ matrix.os }}
3032
timeout-minutes: 60
@@ -33,7 +35,7 @@ jobs:
3335
uses: actions/checkout@v6
3436

3537
- name: Setup Nix
36-
uses: DeterminateSystems/nix-installer-action@v21
38+
uses: nixbuild/nix-quick-install-action@v34
3739

3840
- name: Build desktop via flake
3941
run: |

.github/workflows/update-nix-hashes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
update-flake:
2121
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
22-
runs-on: ubuntu-latest
22+
runs-on: blacksmith-4vcpu-ubuntu-2404
2323
env:
2424
TITLE: flake.lock
2525

@@ -101,9 +101,9 @@ jobs:
101101
matrix:
102102
include:
103103
- system: x86_64-linux
104-
host: ubuntu-latest
104+
host: blacksmith-4vcpu-ubuntu-2404
105105
- system: aarch64-linux
106-
host: ubuntu-22.04-arm
106+
host: blacksmith-4vcpu-ubuntu-2404-arm
107107
- system: x86_64-darwin
108108
host: macos-15-intel
109109
- system: aarch64-darwin

nix/hashes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"nodeModules": {
3-
"x86_64-linux": "sha256-4ndHIlS9t1ynRdFszJ1nvcu3YhunhuOc7jcuHI1FbnM=",
4-
"aarch64-linux": "sha256-H9eUk/yVrQqVrAYONlb6As7mjkPXtOauBVfMBeVAmRo=",
5-
"aarch64-darwin": "sha256-C0E9KAEj3GI83HwirIL2zlXYIe92T+7Iv6F51BB6slY=",
6-
"x86_64-darwin": "sha256-wj5fZnyfu6Sf1HcqvsQM3M7dl5BKRAHmoqm1Ai1cL2M="
3+
"x86_64-linux": "sha256-Fl1BdjNSg19LJVSgDMiBX8JuTaGlL2I5T+rqLfjSeO4=",
4+
"aarch64-linux": "sha256-6d20RnBuhOUMaY+5Ms/IOAta1HqHCtb/3yjkGsPgJzA=",
5+
"aarch64-darwin": "sha256-7UajHu40n7JKqurU/+CGlitErsVFA2qDneUytI8+/zQ=",
6+
"x86_64-darwin": "sha256-u3izLZJZ0+KVqOu0agm4lBY8A3cY62syF0QaL9c1E/g="
77
}
88
}

0 commit comments

Comments
 (0)