diff options
Diffstat (limited to 'tools.nix')
-rw-r--r-- | tools.nix | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -7,11 +7,12 @@ with import <nixpkgs> {}; { cabal-install tmux tmuxinator - (import ./stylish-haskell { - inherit mkDerivation aeson base bytestring containers directory filepath - fetchFromGitHub haskell-src-exts mtl syb yaml stylish-haskell strict - optparse-applicative HUnit test-framework test-framework-hunit stdenv; - }) + stylish-haskell + # (import ./stylish-haskell { + # inherit mkDerivation aeson base bytestring containers directory filepath + # fetchFromGitHub haskell-src-exts mtl syb yaml stylish-haskell strict + # optparse-applicative HUnit test-framework test-framework-hunit stdenv; + # }) ]; }; } |