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.
1 parent 5b08451 commit fc25427Copy full SHA for fc25427
.github/workflows/nix-dev-cache.yaml
@@ -22,6 +22,7 @@ jobs:
22
matrix:
23
os:
24
- ubuntu-24.04
25
+ - ubuntu-24.04-arm
26
- macos-13
27
- macos-14
28
steps:
flake.nix
@@ -24,6 +24,7 @@
"x86_64-linux"
"x86_64-darwin"
"aarch64-darwin"
+ "aarch64-linux"
]
29
(system: let
30
versions = import ./nix/versions.nix {inherit (nixpkgs-haskellNix) lib;};
0 commit comments