diff --git a/TODO.md b/TODO.md index 355863e..2f4edac 100755 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,9 @@ +## Next - [ ] use the Nix module system instead of projectOnto for `cerulean.mkNexus` +- [ ] add `options.experimental` for snowflake +- [ ] add `legacyImports` support +## Queued - [X] base should automatically be set as the default (dont do anything with the default) - [X] try to remove common foot guns, ie abort if the user provides the home-manager or microvm nixosModules since cerulean ALREADY provides these diff --git a/cerulean/nixos/default.nix b/cerulean/nixos/default.nix index 99325ef..ae593ef 100644 --- a/cerulean/nixos/default.nix +++ b/cerulean/nixos/default.nix @@ -20,6 +20,9 @@ } @ args: { imports = [ + # add support for `options.legacyImports` + # ./legacy-imports.nix + # user configuration (import (root + "/nixpkgs.nix")) # options declarations