update TODO
This commit is contained in:
parent
43f5c8581e
commit
e4ab4f4b5a
2 changed files with 7 additions and 0 deletions
4
TODO.md
4
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
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@
|
|||
} @ args: {
|
||||
imports =
|
||||
[
|
||||
# add support for `options.legacyImports`
|
||||
# ./legacy-imports.nix
|
||||
|
||||
# user configuration
|
||||
(import (root + "/nixpkgs.nix"))
|
||||
# options declarations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue