mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
fix evaluation error on null programs.git.extraConfig
This commit is contained in:
parent
ebe01057f8
commit
3f296f0853
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in
|
|||
|
||||
extraConfig = mkOption {
|
||||
type = types.lines;
|
||||
default = null;
|
||||
default = "";
|
||||
description = "Additional configuration to add.";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue