Skip to content

Commit ace6745

Browse files
Nix: actually it's both
1 parent ee6af1e commit ace6745

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
# forGithubSystems = lib.genAttrs githubSystems;
2020
# TODO: githubSystems should be supportedSystems intersects lib.githubPlatforms
2121
# Some of the dependencies don't build on clang. Will fix later
22-
supportedSystems = [ "x86_64-linux" "aarch64-linux" ];
22+
# vixl won't build on aarch64. Something to do with the include paths
23+
supportedSystems = [ "x86_64-linux" ];
2324
forAllSystems = lib.genAttrs supportedSystems;
2425
forGithubSystems = lib.genAttrs supportedSystems;
2526
in {

0 commit comments

Comments
 (0)