From 1770604df99a2071163dd2e24cae0befca528749 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 28 Feb 2020 11:27:12 +0100 Subject: Pin nixpkgs --- tools.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tools.nix (limited to 'tools.nix') 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 {}; { - env = stdenv.mkDerivation { - name = "tools"; - buildInputs = with pkgs; with nodePackages; [ - nodemon - sqlite - cabal-install - tmux - tmuxinator - haskellPackages.stylish-haskell - ]; - }; -} -- cgit v1.2.3