with import {}; { dm-datastream = pkgs.stdenv.mkDerivation rec { name = "ReifyHealth-interview"; src = ./.; buildInputs = [ leiningen openjdk ]; # lein complains without this: shellHook = '' unset CLASSPATH; ''; }; }