mirror of
https://github.com/nix-community/home-manager
synced 2024-12-24 18:59:47 +01:00
git: fix evaluation error on null extraConfig
This commit is contained in:
parent
ebe01057f8
commit
386d2dbd25
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