about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-25 19:19:24 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-25 19:19:24 -0700
commitc54e3a336fe460db3b4ec156beac452850838555 (patch)
tree7dca8abd153d8d21a3afa6e2bd21687c37d7d77d /flake.nix
parentref(notes): don't rely on git for modified date (diff)
downloadworld-c54e3a336fe460db3b4ec156beac452850838555.tar.gz
ref(notes): drop flake.nix
There's no need to have a flake.nix for the notes, we can use the same
mechanism as for the blog and resume.

Add a README so I remember how to use this in the future.
Diffstat (limited to '')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8b62add..4aa409b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -65,6 +65,7 @@
 
           users.fcuny = {
             blog = import ./users/fcuny/blog { inherit pkgs; };
+            notes = import ./users/fcuny/notes { inherit pkgs; };
             resume = import ./users/fcuny/resume { inherit pkgs; };
           };
         };