diff options
Diffstat (limited to 'modules/manifest.nix')
| -rw-r--r-- | modules/manifest.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/manifest.nix b/modules/manifest.nix index 718ffb4..30a2060 100644 --- a/modules/manifest.nix +++ b/modules/manifest.nix @@ -25,7 +25,7 @@ in { ''; }; remoteOnly = mkOption { - type = types.bool + type = types.bool; default = false; description = '' In general, the manifest only considers local files that match the target/pattern. |
