aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJoris2016-11-14 16:57:51 +0100
committerJoris2016-11-14 16:57:51 +0100
commitf5c6d4769363dae5d55ea900a6ca885cb02e41e7 (patch)
tree3f73d6f4a1e66877bbdd62125df4147d2255186a /shell.nix
parent11b77ffc8b283260a9781aa12189ac7ed469f318 (diff)
downloadad-listener-f5c6d4769363dae5d55ea900a6ca885cb02e41e7.tar.gz
ad-listener-f5c6d4769363dae5d55ea900a6ca885cb02e41e7.tar.bz2
ad-listener-f5c6d4769363dae5d55ea900a6ca885cb02e41e7.zip
Update tooling
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/shell.nix b/shell.nix
index cc4be36..64bbcc9 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,10 +6,7 @@ with import <nixpkgs> {}; {
cabal2nix
tmux
tmuxinator
+ nodePackages.nodemon
];
- shellHook = ''
- tmux kill-session -t leboncoin-listener >/dev/null 2>&1
- tmuxinator local
- '';
};
}