Skip to content

Instantly share code, notes, and snippets.

@dhl
Last active July 5, 2018 06:41
Show Gist options
  • Save dhl/0358cccba923b03f719cc47c1fb71a53 to your computer and use it in GitHub Desktop.
Save dhl/0358cccba923b03f719cc47c1fb71a53 to your computer and use it in GitHub Desktop.
Minimal example ot run ClojureScript reopl on Nix with nix-shell
echo '{:deps {org.clojure/clojurescript {:mvn/version "1.10.339"}}}' > deps.edn && nix-shell -p clojure rlwrap nodejs-8_x
# once nix-shell loads up
# $ clj -m cljs.main --repl-env node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment