Skip to content

Commit ee6af1e

Browse files
Nix: actually darwin is the problem
1 parent 72ebd24 commit ee6af1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# forAllSystems = lib.genAttrs lib.systems.flakeExposed;
1919
# forGithubSystems = lib.genAttrs githubSystems;
2020
# 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" ];
21+
# Some of the dependencies don't build on clang. Will fix later
22+
supportedSystems = [ "x86_64-linux" "aarch64-linux" ];
2323
forAllSystems = lib.genAttrs supportedSystems;
2424
forGithubSystems = lib.genAttrs supportedSystems;
2525
in {

0 commit comments

Comments
 (0)