Skip to content

Instantly share code, notes, and snippets.

@573
Created April 6, 2021 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 573/4ec6034099372092c51b298c51500d1d to your computer and use it in GitHub Desktop.
Save 573/4ec6034099372092c51b298c51500d1d to your computer and use it in GitHub Desktop.
kotlin-shell via leiningen and nix-shell
# https://github.com/igrishaev/etaoin/issues/206
NIX_PATH=nixpkgs=http://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz nix-shell -p leiningen --run 'lein update-in :dependencies conj '"'"'[org.jetbrains.kotlinx/ki-shell "0.3.2"]'"'"' -- repl'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment