Skip to content

Commit

Permalink
Possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed May 9, 2024
1 parent 095752e commit f4ae605
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/embed-file/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ let
project = project' {
inherit compiler-nix-name evalPackages;
src = testSrc "embed-file";
# cabalProjectLocal = builtins.readFile ../cabal.project.local;
cabalProjectLocal = builtins.readFile ../cabal.project.local
+ lib.optionalString (haskellLib.isCrossHost && stdenv.hostPlatform.isAarch64) ''
constraints: text -simdutf
'';
};

packages = project.hsPkgs;
Expand Down

0 comments on commit f4ae605

Please sign in to comment.