Skip to content

Commit 4774b42

Browse files
Update overlays/windows.nix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ccc8a48 commit 4774b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/windows.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final: prev:
3838
});
3939

4040
haskell-nix = prev.haskell-nix // final.lib.optionalAttrs final.stdenv.hostPlatform.isWindows ({
41-
templateHaskell = builtins.mapAttrs (compiler-nix-name: iserv-proxy-exes:
41+
templateHaskell = builtins.mapAttrs (_compiler-nix-name: iserv-proxy-exes:
4242
import ./mingw_w64.nix {
4343
inherit (final.stdenv) hostPlatform;
4444
inherit (final.pkgsBuildBuild) lib writeShellScriptBin;

0 commit comments

Comments
 (0)