forked from dan/liminix
1
0
Fork 0

check off some TODO items

This commit is contained in:
Daniel Barlow 2023-08-16 23:35:27 +01:00
parent 767b154eb2
commit 5c8ee0578f
1 changed files with 5 additions and 5 deletions

View File

@ -2027,14 +2027,14 @@ to finish service/modules milestone
don't contain services" is an acceptable criterion don't contain services" is an acceptable criterion
maybe this is not actually an issue, if the modules are maybe this is not actually an issue, if the modules are
reasonably coherent. It looks odd now because base.nix is a mess reasonably coherent. It looks odd now because base.nix is a mess
- print the module pathname so people know what to import [done] print the module pathname so people know what to import
- docs don't print the examples [done] docs don't print the examples
- and seem to be getting the default wrong too [check?] and seem to be getting the default wrong too
- decide what we deem to be "internal" (if anything) - decide what we deem to be "internal" (if anything)
is `filesystem` internal, for example? or `busybox`? they're is `filesystem` internal, for example? or `busybox`? they're
both mostly _used_ internally but may still be valuable to expose both mostly _used_ internally but may still be valuable to expose
- maybe document outputs separately or not at all? [done] maybe document outputs separately or not at all?
- bridge to be one service instead of two? [done] bridge to be one service instead of two?
[done] get rid of services/ [done] get rid of services/
- anything else in rotuer.nix that we should servicify - anything else in rotuer.nix that we should servicify
- services for liminix.networking - services for liminix.networking