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 ccc8a48 commit 4774b42Copy full SHA for 4774b42
overlays/windows.nix
@@ -38,7 +38,7 @@ final: prev:
38
});
39
40
haskell-nix = prev.haskell-nix // final.lib.optionalAttrs final.stdenv.hostPlatform.isWindows ({
41
- templateHaskell = builtins.mapAttrs (compiler-nix-name: iserv-proxy-exes:
+ templateHaskell = builtins.mapAttrs (_compiler-nix-name: iserv-proxy-exes:
42
import ./mingw_w64.nix {
43
inherit (final.stdenv) hostPlatform;
44
inherit (final.pkgsBuildBuild) lib writeShellScriptBin;
0 commit comments