Skip to content

Instantly share code, notes, and snippets.

@zeta-00
Last active August 8, 2019 19:20
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/0c4cebc6d70a9ca6a734e1e0ee413417 to your computer and use it in GitHub Desktop.
Save zeta-00/0c4cebc6d70a9ca6a734e1e0ee413417 to your computer and use it in GitHub Desktop.
`packages`: `(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