From e899cecde7fb10b5e7ae1b6130922437297f5cb0 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 5 Oct 2016 09:59:43 +0200 Subject: Add the build command --- shell.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 04290b8..0000000 --- a/shell.nix +++ /dev/null @@ -1,18 +0,0 @@ -with import {}; { - env = stdenv.mkDerivation { - name = "env"; - buildInputs = [ - elmPackages.elm - cabal-install - cabal2nix - nodejs - sqlite - tmux - tmuxinator - ]; - shellHook = '' - tmux kill-session -t sharedCost >/dev/null 2>&1 - tmuxinator local - ''; - }; -} -- cgit v1.2.3