Last active
August 12, 2019 17:28
-
-
Save zeta-00/15bbc8aea97a7347f055396569b063ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
home = { | |
packages = with pkgs; [ | |
(haskell.packages.ghc865.ghcWithHoogle (hpkgs: with hpkgs; [ | |
CheatSheet | |
# ihaskell | |
cabal-install | |
cabal2nix | |
nix-prefetch-git | |
styx | |
# haskell-overridez | |
tinc | |
])) | |
(all-hies.selection { selector = p: { inherit (p) ghc865; }; }) | |
(lib.lowPrio | |
(let ihaskell = builtins.fetchTarball { url = "https://github.com/gibiansky/IHaskell/tarball/bb2500c448c35ca79bddaac30b799d42947e8774"; | |
sha256 = "1n4yqxaf2xcnjfq0r1v7mzjhrizx7z5b2n6gj1kdk2yi37z672py"; }; | |
in import "${ihaskell}/release.nix" { | |
compiler = "ghc865"; | |
nixpkgs = pkgs; | |
packages = self: with self; []; | |
})) | |
cachix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment