Skip to content

Commit 4f04b86

Browse files
committed
Add AArch32 to call-cabal-project-to-nix.nix
1 parent 4b883cf commit 4f04b86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/call-cabal-project-to-nix.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ let
348348
then "ArchRISCV64"
349349
else if pkgs.stdenv.targetPlatform.isAarch64
350350
then "ArchAArch64"
351+
else if pkgs.stdenv.targetPlatform.isAarch32
352+
then "ArchAArch32"
351353
else if pkgs.stdenv.targetPlatform.isJavaScript
352354
then "ArchJavaScript"
353355
else throw "Unknown target arch ${pkgs.stdenv.targetPlatform.config}"

0 commit comments

Comments
 (0)