summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-03-29 04:18:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-03-29 04:18:59 +0200
commit313e6a863be0931752aa21cf99f96195a6e2b8c6 (patch)
tree8c2f8adf65c95e31b1fd7b1ec7efeabca3a848d2 /default.nix
parent29907c6c870933ec1031fa6499ea9994c96f7aa6 (diff)
downloaddirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.tar
dirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.tar.gz
dirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.tar.bz2
dirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.tar.xz
dirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.zip
Now generating RSS feeds for all lists
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 4b377cb..f808b8b 100644
--- a/default.nix
+++ b/default.nix
@@ -7,6 +7,6 @@ in rec {
7 name = "blog-env"; 7 name = "blog-env";
8 version = "1"; 8 version = "1";
9 src = ./.; 9 src = ./.;
10 buildInputs = [ hs.pandoc hs.pandocTypes hs.cryptohash hs.strict ]; 10 buildInputs = [ hs.pandoc hs.pandocTypes hs.cryptohash hs.strict hs.feed ];
11 }; 11 };
12} 12}