6 lines
145 B
Nix
6 lines
145 B
Nix
|
{
|
||
|
git-with-email = ./git-with-email.nix;
|
||
|
git-with-most-options = ./git.nix;
|
||
|
git-with-str-extra-config = ./git-with-str-extra-config.nix;
|
||
|
}
|