aboutsummaryrefslogtreecommitdiff
path: root/nix/tools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/tools.nix')
-rw-r--r--nix/tools.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/nix/tools.nix b/nix/tools.nix
deleted file mode 100644
index c14e4e2..0000000
--- a/nix/tools.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-with import ./nixpkgs.nix {};
-
-{
- env = stdenv.mkDerivation {
- name = "tools";
- buildInputs = with pkgs; with nodePackages; [
- nodemon
- sqlite
- cabal-install
- tmux
- tmuxinator
- haskellPackages.stylish-haskell
- ];
- };
-}