diff --git a/modules/fs/default.nix b/modules/fs/default.nix index 9531fbab..978283e1 100644 --- a/modules/fs/default.nix +++ b/modules/fs/default.nix @@ -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 = {}; };