about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-11-29 16:09:42 +0100
committerProfpatsch <mail@profpatsch.de>2016-11-29 16:11:01 +0100
commit1672d476e65c9697dadc6079d04ff65660beeae4 (patch)
tree1114aebd61bd8eeac8e2805d7646cc6ee4b89fef
parentba0ab39cc7fa1421e37b4e213c59e61bcf5fa554 (diff)
machines/katara: fast-init is broken
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 01c8cba0..8e06404b 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -104,7 +104,7 @@ in {
       programmingTools = [
         cabal2nix            # convert cabal files to nixexprs
         cabal-install        # haskell project management
-        myPkgs.fast-init     # fast-init of haskell projects
+        # myPkgs.fast-init     # fast-init of haskell projects
         gitAndTools.git-annex     # version controlled binary file storage
         # mercurial          # the other version control system
         telnet               # tcp debugging