Skip to content

Instantly share code, notes, and snippets.

@zeta-00
Created December 10, 2019 20:07
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/a36a682a78c06f371a0785da81b1c89e to your computer and use it in GitHub Desktop.
Save zeta-00/a36a682a78c06f371a0785da81b1c89e to your computer and use it in GitHub Desktop.
# ihaskell package installation:
(lib.lowPrio
(let ihaskell = pkgs.fetchFromGitHub {
owner = "gibiansky";
repo = "IHaskell";
rev = "a442c0b6d4cf1fb17eaa3bf2827f04b21ad334bf";
sha256 = "0fprbj4g02wn8600siwy4wizz8qx4imsvlvkr36p2ndmrpsynbbl";
};
in import "${ihaskell}/release.nix" {
compiler = "ghc865";
nixpkgs = pkgs;
packages = self: with self; [];
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment