Skip to content

Instantly share code, notes, and snippets.

@adnelson
Created October 9, 2015 21:34
Show Gist options
  • Save adnelson/f39cf312b9dbcb78e963 to your computer and use it in GitHub Desktop.
Save adnelson/f39cf312b9dbcb78e963 to your computer and use it in GitHub Desktop.
git clone https://github.com/adnelson/nixfromnpm
cd nixfromnpm
git checkout -b fetch_dev_dependencies
git pull origin fetch_dev_dependencies
nix-shell --pure
# In nix-shell:
cabal configure
cabal build
cabal run -- -p grunt -o results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment