Skip to content

Commit

Permalink
Merge pull request #1358 from peterbecich/nix-flake-linux-arm-build
Browse files Browse the repository at this point in the history
build `linux-arm` in Nix Flake GitHub Action
  • Loading branch information
peterbecich authored Jan 22, 2025
2 parents 5252a9c + 5cbecec commit e885d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-latest
name: Nix on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/install-nix-action@master
with:
extra_nix_config: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=
Expand Down

0 comments on commit e885d36

Please sign in to comment.