Skip to content

Instantly share code, notes, and snippets.

@dhl
Last active July 5, 2018 06:41
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