aboutsummaryrefslogtreecommitdiff
path: root/tools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools.nix')
-rw-r--r--tools.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools.nix b/tools.nix
index f09ad13..8c7d91f 100644
--- a/tools.nix
+++ b/tools.nix
@@ -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;
+ # })
];
};
}