git: fix evaluation error on null `extraConfig`

This commit is contained in:
Robin Stumm 2017-02-11 16:20:02 +01:00 committed by Robert Helgesson
parent ebe01057f8
commit 386d2dbd25
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ in
extraConfig = mkOption {
type = types.lines;
default = null;
default = "";
description = "Additional configuration to add.";
};
};