aboutsummaryrefslogtreecommitdiff
path: root/tools.nix
diff options
context:
space:
mode:
authorJoris2018-06-24 22:02:00 +0200
committerJoris2018-06-24 22:02:00 +0200
commitdf83b634006c699cfa1e921bf74ce951a906a62f (patch)
tree65584291f8e93268326c6385df6c33d954b52199 /tools.nix
parent33b85b7f12798f5762d940ed5c30f775cdd7b751 (diff)
downloadbudget-df83b634006c699cfa1e921bf74ce951a906a62f.tar.gz
budget-df83b634006c699cfa1e921bf74ce951a906a62f.tar.bz2
budget-df83b634006c699cfa1e921bf74ce951a906a62f.zip
Use date input type
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;
- # })
];
};
}