diff --git a/overlays/haskell.nix b/overlays/haskell.nix index fcb55606..ef19b80b 100644 --- a/overlays/haskell.nix +++ b/overlays/haskell.nix @@ -910,8 +910,9 @@ final: prev: { # project as it will automatically match the `compiler-nix-name` # of the project. roots = compiler-nix-name: final.linkFarm "haskell-nix-roots-${compiler-nix-name}" - (final.lib.mapAttrsToList (name: path: { inherit name path; }) - (roots' compiler-nix-name 2)); + (final.lib.filter (x: x.name != "recurseForDerivations") + (final.lib.mapAttrsToList (name: path: { inherit name path; }) + (roots' compiler-nix-name 2))); roots' = compiler-nix-name: ifdLevel: final.recurseIntoAttrs ({