1
0
Fork 0
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:
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

View file

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