fix(git, gitui): syntax errors, wrong implementation in gitFull

This commit is contained in:
madmin 2024-07-18 14:52:07 +02:00
parent 24b0be6e0d
commit def30e9761
2 changed files with 2 additions and 6 deletions

View File

@ -2,11 +2,7 @@
{
programs.git = {
enable = true;
package = pkgs.gitAndTools.gitFull.overrideAttrs = (old: {
postInstall = old.postInstall + ''
cp ${./includes/git-aliases/docs}* $Doc/share/doc/git
''
});
package = pkgs.gitAndTools.gitFull;
userName = "madmin";
userEmail = "madmin@noreply.codeberg.com";
aliases = {

View File

@ -27,5 +27,5 @@
tag_fg: LightMagenta,
branch_fg: LightYellow,
) '';
}
};
}