summaryrefslogtreecommitdiff
path: root/site.nix
diff options
context:
space:
mode:
Diffstat (limited to 'site.nix')
-rw-r--r--site.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/site.nix b/site.nix
index 5eae7d1..1988b49 100644
--- a/site.nix
+++ b/site.nix
@@ -1,4 +1,8 @@
-{ self, stdenv, generator }:
+{
+ self,
+ stdenv,
+ generator,
+}:
stdenv.mkDerivation rec {
name = "www.skreutz.com";
Generated by cgit. See skreutz.com for my tech blog and contact information.