From cbde891d1ced129f6284cbadade652182aa5d2fb Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Wed, 14 Feb 2024 15:13:20 -0600 Subject: Fixing my earlier mistakes --- modules/manifest.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/manifest.nix') 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. -- cgit v1.2.3