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 8ccbc65 commit 12b7e01Copy full SHA for 12b7e01
overlays/mingw_w64.nix
@@ -34,7 +34,12 @@ let
34
PORT=$((5000 + $RANDOM % 5000))
35
(>&2 echo "---> Starting ${interpreter.exeName} on port $PORT")
36
REMOTE_ISERV=$(mktemp -d)
37
- ln -s ${interpreter.override { enableDebugRTS = true; }}/bin/* $REMOTE_ISERV
+ ln -s ${interpreter.override
38
+ {
39
+ patches = [ ./patches/iserv-proxy-keep-cafs.patch ]
40
+ ;
41
+ enableDebugRTS = true;
42
+ }}/bin/* $REMOTE_ISERV
43
# See coment in comp-builder.nix for where this comes from and why it's here
44
# TODO use `LINK_DLL_FOLDERS` here once it is in all the nixpkgs we want to support.
45
for p in $pkgsHostTargetAsString; do
0 commit comments