From 52b67951f1e8a7f1af9b85d4ae8e7689d194574a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Aug 2015 17:43:40 +0200 Subject: Working prototype in hakyll --- blog.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blog.nix') diff --git a/blog.nix b/blog.nix index 52e23ca..a4c5d8c 100644 --- a/blog.nix +++ b/blog.nix @@ -1,7 +1,7 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! { mkDerivation, stdenv -, hakyll +, hakyll, containers, pandoc, data-default, filepath }: mkDerivation { @@ -11,7 +11,7 @@ mkDerivation { isExecutable = true; isLibrary = false; buildDepends = [ - hakyll + hakyll containers pandoc data-default filepath ]; license = stdenv.lib.licenses.publicDomain; } -- cgit v1.2.3