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 ee6af1e commit ace6745Copy full SHA for ace6745
flake.nix
@@ -19,7 +19,8 @@
19
# forGithubSystems = lib.genAttrs githubSystems;
20
# TODO: githubSystems should be supportedSystems intersects lib.githubPlatforms
21
# Some of the dependencies don't build on clang. Will fix later
22
- supportedSystems = [ "x86_64-linux" "aarch64-linux" ];
+ # vixl won't build on aarch64. Something to do with the include paths
23
+ supportedSystems = [ "x86_64-linux" ];
24
forAllSystems = lib.genAttrs supportedSystems;
25
forGithubSystems = lib.genAttrs supportedSystems;
26
in {
0 commit comments