Created
October 9, 2015 21:34
-
-
Save adnelson/f39cf312b9dbcb78e963 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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