Skip to content

Instantly share code, notes, and snippets.

@zeta-00
Created July 26, 2019 21:39
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