Newer
Older
iw-project-support / shell.nix
Michal Prihoda on 21 Aug 2021 119 bytes Initial upload.
{ pkgs ? import <nixpkgs> { } }:

with pkgs;
mkShell {
 buildInputs = [ jre ammonite coursier bloop sbt scalafmt ];
 }