From 1770604df99a2071163dd2e24cae0befca528749 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 28 Feb 2020 11:27:12 +0100 Subject: Pin nixpkgs --- nix/tools.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nix/tools.nix (limited to 'nix/tools.nix') diff --git a/nix/tools.nix b/nix/tools.nix new file mode 100644 index 0000000..c14e4e2 --- /dev/null +++ b/nix/tools.nix @@ -0,0 +1,15 @@ +with import ./nixpkgs.nix {}; + +{ + env = stdenv.mkDerivation { + name = "tools"; + buildInputs = with pkgs; with nodePackages; [ + nodemon + sqlite + cabal-install + tmux + tmuxinator + haskellPackages.stylish-haskell + ]; + }; +} -- cgit v1.2.3