summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
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}