Skip to content

Commit ccc8a48

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/armv6l-linux.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010
in
1111
{
1212
haskell-nix = prev.haskell-nix // final.lib.optionalAttrs isLinuxCross ({
13-
templateHaskell = builtins.mapAttrs (compiler-nix-name: iserv-proxy-exes:
13+
templateHaskell = builtins.mapAttrs (_compiler-nix-name: iserv-proxy-exes:
1414
import ./linux-cross.nix {
1515
inherit (final.stdenv) hostPlatform buildPlatform;
1616
inherit (final) stdenv lib;

0 commit comments

Comments
 (0)