Skip to content

Commit 65405aa

Browse files
authored
Remove outdated comment on tarballRepoFor (#1669)
The reason this behaviour was changed, is that it's _not_ fast. It can take 10 seconds.
1 parent 965c7ac commit 65405aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

overlays/haskell.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ final: prev: {
258258
exit 0
259259
'';
260260
};
261-
# This is very big, and cheap to build: prefer building it locally
262261
tarballRepoFor = name: index: final.runCommand "tarballRepo_${name}" {
263262
nativeBuildInputs = [ cabal-install dummy-ghc dummy-ghc-pkg ];
264263
} ''

0 commit comments

Comments
 (0)