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