summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-08-03 12:49:29 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-08-03 12:49:29 +0200
commit230688a0b842cf57b316a7ba62910ca387afbce7 (patch)
tree6367087d25147335972cacf19bd34fb868863fd7 /blog.nix
parent7170488c37105691f4a690cbcf1e43000d779b59 (diff)
downloaddirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.gz
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.bz2
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.xz
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.zip
Start of complete rewrite to switch to hakyll
Diffstat (limited to 'blog.nix')
-rw-r--r--blog.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/blog.nix b/blog.nix
new file mode 100644
index 0000000..52e23ca
--- /dev/null
+++ b/blog.nix
@@ -0,0 +1,17 @@
1# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3{ mkDerivation, stdenv
4, hakyll
5}:
6
7mkDerivation {
8 pname = "dirty-haskell";
9 version = "0.0.0";
10 src = ./.;
11 isExecutable = true;
12 isLibrary = false;
13 buildDepends = [
14 hakyll
15 ];
16 license = stdenv.lib.licenses.publicDomain;
17}