diff options
author | Joris | 2018-10-30 20:33:17 +0100 |
---|---|---|
committer | Joris | 2018-10-30 20:33:17 +0100 |
commit | 8a28f608d8e08fba4bbe54b46804d261686c3c03 (patch) | |
tree | 0accedf149dc42461ec2662f190243f9a9d3888b /tools.nix | |
parent | 50fb8fa48d1c4881da20b4ecf6d68a772301e713 (diff) |
Upgrade reflex-platform
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 ]; }; } |