Skip to content

Instantly share code, notes, and snippets.

@SuperCipher
Last active December 4, 2020 17:48
Show Gist options
  • Save SuperCipher/9f3471bf2118b5af26070b098e398b66 to your computer and use it in GitHub Desktop.
Save SuperCipher/9f3471bf2118b5af26070b098e398b66 to your computer and use it in GitHub Desktop.
try haskell with nix-shell ghci
#!/bin/bash
# try haskell easily with nix shell
# credit @freenode_srk:matrix.org
nix-shell -p "pkgs.haskell.packages.ghc883.ghcWithPackages (p: [ ])"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment