mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
programs.khal: fix build failure due to null value
This commit is contained in:
@@ -106,8 +106,8 @@ let
|
||||
};
|
||||
|
||||
local = mkOption {
|
||||
type = types.nullOr (localModule name);
|
||||
default = null;
|
||||
type = localModule name;
|
||||
default = {};
|
||||
description = ''
|
||||
Local configuration for the calendar.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user