about summary refs log tree commit diff
path: root/website/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-27T15·55+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-27T16·02+0000
commit48cdb69efb904c14849b6e4ed803749065d993cc (patch)
treecc9607f7bd32bc4e7aaf8164422641c5efd610f8 /website/default.nix
parentf2ba5aca310ebc7c832e3ec5a41bc70a148d5ed6 (diff)
Publish habits as a webpage
I think it might be a good idea to version control my habits, so that I can
audit them as they change.

I'm publishing these on my website, so that I can refer to them wherever I had
internet.
Diffstat (limited to 'website/default.nix')
-rw-r--r--website/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/default.nix b/website/default.nix
index 2349b5cd9e6f..474a6cd4b0c7 100644
--- a/website/default.nix
+++ b/website/default.nix
@@ -9,5 +9,8 @@ pkgs.stdenv.mkDerivation {
 
     mkdir -p $out/goals
     cp -r ${briefcase.website.goals}/* $out/goals
+
+    mkdir -p $out/habits
+    cp ${briefcase.website.habits} $out/habits/index.html
   '';
 }