Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created May 17, 2017 05:36
with import <nixpkgs>{}; runCommand "shell" { buildInputs = [
(haskellPackages.ghcWithHoogle (h: with h; [
diagrams
diagrams-gtk
lens
io-memoize
haskeline
pointfree
xmonad
xmonad-contrib
xmonad-extras
happy
alex
gloss
matrix
]))
]; } "exit 1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment