From 27e11b20b06f2f2dbfb56c0998a63169b4b8abc4 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 8 Nov 2017 23:47:26 +0100 Subject: Use a better project structure --- tools.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tools.nix (limited to 'tools.nix') diff --git a/tools.nix b/tools.nix new file mode 100644 index 0000000..a06757e --- /dev/null +++ b/tools.nix @@ -0,0 +1,12 @@ +with import {}; { + env = stdenv.mkDerivation { + name = "tools"; + buildInputs = with pkgs; [ + nodePackages.nodemon + sqlite + cabal-install + tmux + tmuxinator + ]; + }; +} -- cgit v1.2.3