Skip to content

Commit 3c67b35

Browse files
committed
build(nix): Remove aarch64-musl for ghc-9.8,9.10
1 parent ccd8e0e commit 3c67b35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@
161161

162162
crossPlatforms = p:
163163
lib.optional (system == "x86_64-linux") p.musl64 ++
164-
lib.optional (system == "x86_64-linux") p.aarch64-multiplatform-musl;
164+
lib.optional
165+
(system == "x86_64-linux" && config.compiler-nix-name == "ghc966")
166+
p.aarch64-multiplatform-musl;
165167

166168
inputMap = {
167169
"https://chap.intersectmbo.org/" = inputs.CHaP;

0 commit comments

Comments
 (0)