From c54e3a336fe460db3b4ec156beac452850838555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 25 May 2022 19:19:24 -0700 Subject: 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. --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') 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; }; }; }; -- cgit 1.4.1