aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2017-03-05 15:59:10 +0100
committerJoris2017-03-05 15:59:10 +0100
commitd89a51721db9a27c57f341a6cc944989ec0cfb57 (patch)
tree156dd11e93ca7746e4fa6df858039be5e7b5437d
parentcf4e104ddf64116eeac9777fef5ce203ec3686ce (diff)
downloadcooking-d89a51721db9a27c57f341a6cc944989ec0cfb57.tar.gz
cooking-d89a51721db9a27c57f341a6cc944989ec0cfb57.tar.bz2
cooking-d89a51721db9a27c57f341a6cc944989ec0cfb57.zip
Add stack dependancy
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 6723108..84a4e29 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,6 +3,7 @@ with import <nixpkgs> {}; {
name = "env";
buildInputs = with pkgs; [
nodePackages.nodemon
+ stack
tmux
tmuxinator
];