aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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
- '';
};
}