Skip to content

Commit f4ae605

Browse files
committed
Possible fix
1 parent 095752e commit f4ae605

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/embed-file/default.nix

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ let
77
project = project' {
88
inherit compiler-nix-name evalPackages;
99
src = testSrc "embed-file";
10-
# cabalProjectLocal = builtins.readFile ../cabal.project.local;
10+
cabalProjectLocal = builtins.readFile ../cabal.project.local
11+
+ lib.optionalString (haskellLib.isCrossHost && stdenv.hostPlatform.isAarch64) ''
12+
constraints: text -simdutf
13+
'';
1114
};
1215

1316
packages = project.hsPkgs;

0 commit comments

Comments
 (0)