Skip to content

Commit fe3584d

Browse files
committed
Fix testWrapper type
1 parent fe9847d commit fe3584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/linux-cross.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ let
7070
'';
7171

7272
# Choose the appropriate test wrapper
73-
testWrapper = "${qemuTestWrapper}/bin/test-wrapper";
73+
testWrapper = [ "${qemuTestWrapper}/bin/test-wrapper" ];
7474

7575
in { inherit configureFlags ghcOptions testWrapper; }

0 commit comments

Comments
 (0)