From b780f6f660cc5b2ff2b1ca3884871002823256a1 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 27 Nov 2016 18:38:58 +0100 Subject: Init --- shell.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..73eeaf6 --- /dev/null +++ b/shell.nix @@ -0,0 +1,11 @@ +with import {}; { + env = stdenv.mkDerivation { + name = "env"; + buildInputs = with pkgs; [ + sbt + python3 + tmux + tmuxinator + ]; + }; +} -- cgit v1.2.3