From 6612972e0f8164bd5d062792ba175e1876e4084f Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 20 Jan 2020 23:01:58 +0100 Subject: Update shared cost tools --- shell.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..aaa4ebd --- /dev/null +++ b/shell.nix @@ -0,0 +1,18 @@ +with (import {}); + +haskell.lib.buildStackProject { + name = "myenv"; + + buildInputs = [ + zlib + stack + nodePackages.nodemon + tmux + tmuxinator + nodejs + ]; + + shellHook = '' + export PATH=node_modules/.bin:$PATH; + ''; +} -- cgit v1.2.3