Skip to content

Instantly share code, notes, and snippets.

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