Skip to content

Instantly share code, notes, and snippets.

@zeta-00
Created July 26, 2019 21:39
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/86286fc384b0b5a95af03e334c559143 to your computer and use it in GitHub Desktop.
Save zeta-00/86286fc384b0b5a95af03e334c559143 to your computer and use it in GitHub Desktop.
home = {
packages = with pkgs; [
(haskellPackages.ghcWithHoogle (hpkgs: with hpkgs; [
cabal-install
cabal2nix
nix-prefetch-git
styx
# haskell-overridez
tinc
]))
(all-hies.selection { selector = p: { inherit (p) ghc864; }; })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment