From 66e6b47737a9e6411f430a5cd169315f04dcd078 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 17 Mar 2018 13:14:53 -0700 Subject: Add reify health from yesterday --- reify-health/shell.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 reify-health/shell.nix (limited to 'reify-health/shell.nix') diff --git a/reify-health/shell.nix b/reify-health/shell.nix new file mode 100644 index 0000000..7331059 --- /dev/null +++ b/reify-health/shell.nix @@ -0,0 +1,18 @@ +with import {}; + +{ + dm-datastream = pkgs.stdenv.mkDerivation rec { + name = "ReifyHealth-interview"; + src = ./.; + + buildInputs = [ + leiningen + openjdk + ]; + + # lein complains without this: + shellHook = '' + unset CLASSPATH; + ''; + }; +} -- cgit v1.2.3