]> Git — Sourcephile - sourcephile-web.git/blob - content/special/projects.md
init
[sourcephile-web.git] / content / special / projects.md
1 ---
2 title: Projects
3 lang: en
4 ---
5
6 I maintain the following projects:
7
8 ### haskell-taskwarrior
9
10 You can find the [taskwarrior](https://taskwarrior.org/) Haskell library on [Hackage](https://hackage.haskell.org/package/taskwarrior) and on [GitHub](https://github.com/maralorn/haskell-taskwarrior)
11
12 ---
13
14 ### nix-output-monitor
15
16 A nifty little tool written in Haskell for making `nix-build` output more
17 informative. It’s packaged in
18 [nixpkgs](https://search.nixos.org/packages?query=nix-output-monitor) and you
19 can contribute on [GitHub](https://github.com/maralorn/nix-output-monitor) or
20 see the code [on my git
21 server.](https://git.maralorn.de/nix-output-monitor/about)
22
23 ---
24
25 ### nixos-config
26
27 I have a fairly extensive and intricate [config for nixos and home-manager](https://git.maralorn.de/nixos-config) on all my systems.
28
29 ---
30
31 ### blog
32
33 You can find the source to this statically generated blog using Haskell and [Ema](https://ema.srid.ca/) on [my git server](https://git.maralorn.de/blog).
34
35 ---
36
37 ### kassandra
38
39 A taskwarrior frontend written in Haskell with the frp-library [reflex-dom](https://reflex-frp.org/) currently only for my personal use. [My git server](https://git.maralorn.de/kassandra2/about), [GitHub Mirror](https://github.com/maralorn/kassandra)
40
41 ---
42
43 ### nixpkgs.haskellPackages
44
45 I am one of (thankfully) several co-maintainers of the [Haskell packages](https://nixos.org/manual/nixpkgs/stable/#haskell) for [nixos](https://nixos.org).
46
47 ---