We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583c8a0 commit c3fcb9cCopy full SHA for c3fcb9c
test/js-template-haskell/default.nix
@@ -31,6 +31,7 @@ in recurseIntoAttrs {
31
32
# Disable for now (CI machines currently hang without timing out)
33
|| stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isAndroid
34
+ || (stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)
35
;
36
37
build = packages.js-template-haskell.components.library;
test/th-dlls/default.nix
@@ -46,6 +46,7 @@ in recurseIntoAttrs {
46
47
48
49
50
51
52
ifdInputs = {
0 commit comments