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 fe9847d commit fe3584dCopy full SHA for fe3584d
overlays/linux-cross.nix
@@ -70,6 +70,6 @@ let
70
'';
71
72
# Choose the appropriate test wrapper
73
- testWrapper = "${qemuTestWrapper}/bin/test-wrapper";
+ testWrapper = [ "${qemuTestWrapper}/bin/test-wrapper" ];
74
75
in { inherit configureFlags ghcOptions testWrapper; }
0 commit comments