Skip to content

Commit fc25427

Browse files
committed
nix flake: add aarch64-linux as supported platform
1 parent 5b08451 commit fc25427

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
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)