We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5252a9c + 5cbecec commit e885d36Copy full SHA for e885d36
.github/workflows/nix-flake.yml
@@ -13,12 +13,13 @@ jobs:
13
matrix:
14
os:
15
- ubuntu-latest
16
+ - ubuntu-24.04-arm
17
- macos-latest
18
name: Nix on ${{ matrix.os }}
19
runs-on: ${{ matrix.os }}
20
steps:
21
- uses: actions/checkout@v4
- - uses: cachix/install-nix-action@v30
22
+ - uses: cachix/install-nix-action@master
23
with:
24
extra_nix_config: |
25
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=
0 commit comments