mirror of
https://github.com/nix-community/home-manager
synced 2024-12-02 16:09:46 +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 {
|
extraConfig = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
default = null;
|
default = "";
|
||||||
description = "Additional configuration to add.";
|
description = "Additional configuration to add.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue