From 7a384dd462199b558d1d8c2c13794d8c1d35fb72 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sun, 25 Jan 2026 13:29:36 +1000 Subject: [PATCH] add TODO.md --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100755 index 0000000..c43e8c6 --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +Allow `Cerulean.mkNexus` to be an alias for `flake-parts.lib.mkFlake` +also rename `Cerulean` to `cerulean` in Nix to maintain the naming convention. + +Using `flake-parts` ensures Cerulean is usable without restricting +yourself only to the Cerulean ecosystem.