fs: leave a note about trying lazyAttrs

This commit is contained in:
Colin 2023-05-08 09:50:10 +00:00
parent f89f136041
commit 89f28e63b4

View File

@ -341,6 +341,8 @@ in {
options = {
sane.fs = mkOption {
# type = types.attrsOf fsEntry;
# TODO: can we use `types.lazyAttrsOf fsEntry`??
# - this exists specifically to let attrs reference eachother
type = fsTree;
default = {};
};