about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-01-19 14:38:26 +0100
committerProfpatsch <mail@profpatsch.de>2017-01-19 14:41:57 +0100
commit68156ed4c69617ee4e33def651b1726f763d358c (patch)
treeb8bd20eceee38f9a815777434c367e161e8f7775 /machines
parent1981ee3ee7078a6bc7bb613d871885295c23b603 (diff)
katara: add warpspeed
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix16
1 files changed, 9 insertions, 7 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index a7b58d95..6aeb4f24 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -102,13 +102,15 @@ in {
       ];
       hp = haskellPackages;
       programmingTools = [
-        cabal2nix            # convert cabal files to nixexprs
-        cabal-install        # haskell project management
-        # myPkgs.fast-init     # fast-init of haskell projects
-        gitAndTools.git-annex     # version controlled binary file storage
-        httpie               # nice http CLI
-        # mercurial          # the other version control system
-        telnet               # tcp debugging
+        cabal2nix                    # convert cabal files to nixexprs
+        cabal-install                # haskell project management
+        # myPkgs.fast-init             # fast-init of haskell projects
+        gitAndTools.git-annex        # version controlled binary file storage
+        httpie                       # nice http CLI
+        # jid                          # interactive/incremental JSON digger
+        # mercurial                    # the other version control system
+        telnet                       # tcp debugging
+        pkgs.vuizvui.profpatsch.warpspeed # trivial http file server
       ];
       documentation = [
         # mustache-spec NOT IN 16.09