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 72ebd24 commit ee6af1eCopy full SHA for ee6af1e
flake.nix
@@ -18,8 +18,8 @@
18
# forAllSystems = lib.genAttrs lib.systems.flakeExposed;
19
# forGithubSystems = lib.genAttrs githubSystems;
20
# TODO: githubSystems should be supportedSystems intersects lib.githubPlatforms
21
- # Some of the dependencies don't build on aarch64. Will fix later
22
- supportedSystems = [ "x86_64-linux" "x86_64-darwin" ];
+ # Some of the dependencies don't build on clang. Will fix later
+ supportedSystems = [ "x86_64-linux" "aarch64-linux" ];
23
forAllSystems = lib.genAttrs supportedSystems;
24
forGithubSystems = lib.genAttrs supportedSystems;
25
in {
0 commit comments