Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created May 17, 2017 05:36
Show Gist options
  • Save cleverca22/22dd579a134d1f689a02a01b4d712878 to your computer and use it in GitHub Desktop.
Save cleverca22/22dd579a134d1f689a02a01b4d712878 to your computer and use it in GitHub Desktop.
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