Skip to content

Commit 5e7bd7c

Browse files
authored
Merge pull request #5786 from ceedubs/nix-aarch64-linux
nix flake: add aarch64-linux as supported platform
2 parents 4765511 + c04de53 commit 5e7bd7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nix-dev-cache.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
matrix:
2323
os:
2424
- ubuntu-24.04
25+
# - ubuntu-24.04-arm https://github.com/unisonweb/unison/issues/5789
2526
- macos-13
2627
- macos-14
2728
steps:

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"x86_64-linux"
2525
"x86_64-darwin"
2626
"aarch64-darwin"
27+
"aarch64-linux"
2728
]
2829
(system: let
2930
versions = import ./nix/versions.nix {inherit (nixpkgs-haskellNix) lib;};

0 commit comments

Comments
 (0)