summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-06 02:12:44 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-06 02:12:44 +0000
commitf0e10a9ea21f351f2617b23f2e615f8d82f089bd (patch)
treeebe24c3b87fb3cb4dde3ea5887ba40516042b9e9 /blog.nix
parent6294d6107ba6462bdf4a9b302b7bdd1ff7a69c15 (diff)
downloaddirty-haskell.org-f0e10a9ea21f351f2617b23f2e615f8d82f089bd.tar
dirty-haskell.org-f0e10a9ea21f351f2617b23f2e615f8d82f089bd.tar.gz
dirty-haskell.org-f0e10a9ea21f351f2617b23f2e615f8d82f089bd.tar.bz2
dirty-haskell.org-f0e10a9ea21f351f2617b23f2e615f8d82f089bd.tar.xz
dirty-haskell.org-f0e10a9ea21f351f2617b23f2e615f8d82f089bd.zip
hashing for math filenames
Diffstat (limited to 'blog.nix')
-rw-r--r--blog.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog.nix b/blog.nix
index a4c5d8c..ecb0022 100644
--- a/blog.nix
+++ b/blog.nix
@@ -1,7 +1,7 @@
1# This file was auto-generated by cabal2nix. Please do NOT edit manually! 1# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2 2
3{ mkDerivation, stdenv 3{ mkDerivation, stdenv
4, hakyll, containers, pandoc, data-default, filepath 4, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash
5}: 5}:
6 6
7mkDerivation { 7mkDerivation {
@@ -11,7 +11,7 @@ mkDerivation {
11 isExecutable = true; 11 isExecutable = true;
12 isLibrary = false; 12 isLibrary = false;
13 buildDepends = [ 13 buildDepends = [
14 hakyll containers pandoc data-default filepath 14 hakyll containers pandoc data-default filepath hex cryptohash
15 ]; 15 ];
16 license = stdenv.lib.licenses.publicDomain; 16 license = stdenv.lib.licenses.publicDomain;
17} 17}