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 6348d94 commit 2e68295Copy full SHA for 2e68295
test/th-dlls/default.nix
@@ -8,7 +8,7 @@ let
8
inherit compiler-nix-name evalPackages;
9
src = testSrc "th-dlls";
10
cabalProjectLocal = builtins.readFile ../cabal.project.local;
11
- modules = [({pkgs, ...}: lib.optionalAttrs externalInterpreter {
+ modules = import ../modules.nix ++ [({pkgs, ...}: lib.optionalAttrs externalInterpreter {
12
packages.th-dlls.components.library.ghcOptions = [ "-fexternal-interpreter" ];
13
# Static openssl seems to fail to load in iserv for musl
14
packages.HsOpenSSL.components.library.libs = lib.optional pkgs.stdenv.hostPlatform.isMusl (pkgs.openssl.override { static = false; });
0 commit comments