mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
programs.khal: fix build failure due to null value
This commit is contained in:
parent
3c7bacf1d4
commit
2c157e22dc
1 changed files with 2 additions and 2 deletions
|
|
@ -106,8 +106,8 @@ let
|
|||
};
|
||||
|
||||
local = mkOption {
|
||||
type = types.nullOr (localModule name);
|
||||
default = null;
|
||||
type = localModule name;
|
||||
default = {};
|
||||
description = ''
|
||||
Local configuration for the calendar.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue