about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-20T00·22+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-20T00·22+0000
commit54d1a0048a7101dc51bbea49feed7cded5031b17 (patch)
tree0e2eec03a79523cf2a3cb02939d36b6ccc7a230a /default.nix
parent76210a217c192bd832a2c57836f7a29c7b6c8908 (diff)
Add sitemap to wpcarro.dev
- Create ./website directory
- Add a sitemap to wpcarro.dev
- Move covid-uk directory to sandbox directory

TODO: Next sandbox, blog, and learn in the website directory
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 98167eb2be..991f2ab3e2 100644
--- a/default.nix
+++ b/default.nix
@@ -11,7 +11,8 @@ in {
   utils       = readTree ./utils;
   emacs       = readTree ./emacs;
   learn       = readTree ./learn;
-  covid-uk    = readTree ./covid-uk;
+  sandbox     = readTree ./sandbox;
+  website     = readTree ./website;
   blog        = readTree ./blog;
   lisp        = readTree ./lisp;
   gopkgs      = readTree ./gopkgs;