1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-27 05:29:46 +01:00

fix evaluation error on null programs.git.extraConfig

This commit is contained in:
Robin Stumm 2017-02-11 16:20:02 +01:00
parent ebe01057f8
commit 3f296f0853

View file

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