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 4130a9f commit ccc8a48Copy full SHA for ccc8a48
overlays/armv6l-linux.nix
@@ -10,7 +10,7 @@ let
10
in
11
{
12
haskell-nix = prev.haskell-nix // final.lib.optionalAttrs isLinuxCross ({
13
- templateHaskell = builtins.mapAttrs (compiler-nix-name: iserv-proxy-exes:
+ templateHaskell = builtins.mapAttrs (_compiler-nix-name: iserv-proxy-exes:
14
import ./linux-cross.nix {
15
inherit (final.stdenv) hostPlatform buildPlatform;
16
inherit (final) stdenv lib;
0 commit comments