Skip to content

Instantly share code, notes, and snippets.

@zeta-00
Last active August 12, 2019 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeta-00/82365f18c853411e2aa6f804393615c9 to your computer and use it in GitHub Desktop.
Save zeta-00/82365f18c853411e2aa6f804393615c9 to your computer and use it in GitHub Desktop.
home = {
packages = with pkgs; [
(haskell.packages.ghc865.ghcWithHoogle (hpkgs: with hpkgs; [
CheatSheet
cabal-install
cabal2nix
nix-prefetch-git
styx
# haskell-overridez
tinc
]))
(all-hies.selection { selector = p: { inherit (p) ghc865; }; })
(let ihaskell = builtins.fetchTarball { url = "https://github.com/gibiansky/IHaskell/tarball/bb2500c448c35ca79bddaac30b799d42947e8774";
sha256 = "1n4yqxaf2xcnjfq0r1v7mzjhrizx7z5b2n6gj1kdk2yi37z672py"; };
in import "${ihaskell}/release.nix" {
compiler = "ghc865";
nixpkgs = pkgs;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment