aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-25ref(notes): drop flake.nixFranck Cuny1-4/+4
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.
2022-05-25ref(blog): drop the flake configurationFranck Cuny1-0/+30
There's no need to have multiple `flake.nix` in the repository. Make the blog part of the flake configuration at the root level of the repository, delete the one in the blog, and update the documentation.