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 4765511 + c04de53 commit 5e7bd7cCopy full SHA for 5e7bd7c
.github/workflows/nix-dev-cache.yaml
@@ -22,6 +22,7 @@ jobs:
22
matrix:
23
os:
24
- ubuntu-24.04
25
+ # - ubuntu-24.04-arm https://github.com/unisonweb/unison/issues/5789
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