From 7091d40b31d4e9fe32ab15b865397e9abf0ba5d8 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 25 May 2016 14:31:53 +0200 Subject: Init with potimarron page --- 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..bbbcc4a --- /dev/null +++ b/shell.nix @@ -0,0 +1,11 @@ +with import {}; { + env = stdenv.mkDerivation { + name = "env"; + buildInputs = with pkgs; [ + stack + nodePackages.nodemon + tmux + tmuxinator + ]; + }; +} -- cgit v1.2.3