From 68156ed4c69617ee4e33def651b1726f763d358c Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 19 Jan 2017 14:38:26 +0100 Subject: katara: add warpspeed --- machines/profpatsch/katara.nix | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'machines') 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 -- cgit 1.4.1