From 69e69017b75d1cdaa1fd2aef2818de5111b29735 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 14 Jul 2016 11:57:12 +0000 Subject: Update code and fix parsers --- shell.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..cc4be36 --- /dev/null +++ b/shell.nix @@ -0,0 +1,15 @@ +with import {}; { + env = stdenv.mkDerivation { + name = "env"; + buildInputs = [ + cabal-install + cabal2nix + tmux + tmuxinator + ]; + shellHook = '' + tmux kill-session -t leboncoin-listener >/dev/null 2>&1 + tmuxinator local + ''; + }; +} -- cgit v1.2.3