From 8a28f608d8e08fba4bbe54b46804d261686c3c03 Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 30 Oct 2018 20:33:17 +0100 Subject: Upgrade reflex-platform --- tools.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools.nix') diff --git a/tools.nix b/tools.nix index 5fd5129..9a506c7 100644 --- a/tools.nix +++ b/tools.nix @@ -1,13 +1,13 @@ with import {}; { 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 ]; }; } -- cgit v1.2.3