diff options
Diffstat (limited to 'tools.nix')
-rw-r--r-- | tools.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ with import <nixpkgs> {}; { env = stdenv.mkDerivation { name = "tools"; - buildInputs = with pkgs; with nodePackages; with haskellPackages; [ + buildInputs = with pkgs; with nodePackages; [ nodemon sqlite cabal-install tmux tmuxinator - stylish-haskell + haskellPackages.stylish-haskell ]; }; } |