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