Merge pull request #3039 from bennofs/add-hackage-mirror
Add hackage mirror to mirrors.nix
This commit is contained in:
commit
888f47b21b
@ -373,4 +373,10 @@ rec {
|
|||||||
http://lib.stat.cmu.edu/
|
http://lib.stat.cmu.edu/
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Hackage mirrors
|
||||||
|
hackage = [
|
||||||
|
http://hackage.haskell.org/package/
|
||||||
|
http://hdiff.luite.com/packages/archive/package/
|
||||||
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user