Skip to content

Instantly share code, notes, and snippets.

@seanparsons
Created May 7, 2016 23:52
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 seanparsons/8e380d64caf1e773530cefe887375472 to your computer and use it in GitHub Desktop.
Save seanparsons/8e380d64caf1e773530cefe887375472 to your computer and use it in GitHub Desktop.
unstable-shell () { nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz -j 8 $* }
ghci-with-deps () { unstable-shell -p "haskell.packages.ghc7103.ghcWithPackages (pkgs: with pkgs; [ghc $*])" --command ghci }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment