diff options
| -rw-r--r-- | module.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -273,6 +273,7 @@ in type = with types; attrsOf (submodule { options = bundleOptions; }); + default = { }; }; oneshots = mkOption { @@ -289,7 +290,7 @@ in default = { }; }; - # ---- output ---- # + # -------- output -------- # serviceSourceDir = mkOption { type = types.raw; |