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