diff --git a/overlays/haskell.nix b/overlays/haskell.nix index b1e62d40a5..6568d0fc3a 100644 --- a/overlays/haskell.nix +++ b/overlays/haskell.nix @@ -258,7 +258,6 @@ final: prev: { exit 0 ''; }; - # This is very big, and cheap to build: prefer building it locally tarballRepoFor = name: index: final.runCommand "tarballRepo_${name}" { nativeBuildInputs = [ cabal-install dummy-ghc dummy-ghc-pkg ]; } ''