From 11052951b74b9ad4b6a9412ae490086235f9154b Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 3 Jan 2021 13:40:40 +0100 Subject: Rewrite in Rust --- nix/tools.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nix/tools.nix (limited to 'nix/tools.nix') 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 - ]; - }; -} -- cgit v1.2.3