From f0e10a9ea21f351f2617b23f2e615f8d82f089bd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Nov 2015 02:12:44 +0000 Subject: hashing for math filenames --- blog.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blog.nix') diff --git a/blog.nix b/blog.nix index a4c5d8c..ecb0022 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, containers, pandoc, data-default, filepath +, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash }: mkDerivation { @@ -11,7 +11,7 @@ mkDerivation { isExecutable = true; isLibrary = false; buildDepends = [ - hakyll containers pandoc data-default filepath + hakyll containers pandoc data-default filepath hex cryptohash ]; license = stdenv.lib.licenses.publicDomain; } -- cgit v1.2.3