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 46b1e91 commit 4d9dbfdCopy full SHA for 4d9dbfd
flake.nix
@@ -60,11 +60,9 @@
60
};
61
supportedSystems = [
62
"x86_64-linux"
63
- # Currently no aarch64 linux builders
64
- # "aarch64-linux"
65
- # TODO put these back (macOS hydra builders are currently down)
66
- # "x86_64-darwin"
67
- # "aarch64-darwin"
+ "aarch64-linux"
+ "x86_64-darwin"
+ "aarch64-darwin"
68
];
69
in let flake-outputs = flake-utils.lib.eachSystem supportedSystems (system:
70
let
0 commit comments