tv pkgs: move gitAndTools to override

This commit is contained in:
tv 2022-03-05 10:05:55 +01:00
parent 63654bf03a
commit 9958dc2590
2 changed files with 5 additions and 4 deletions

View File

@ -22,10 +22,6 @@ fix
//
{
gitAndTools = super.gitAndTools // {
inherit (self) diff-so-fancy;
};
ff = self.writeDashBin "ff" ''
exec ${self.firefoxWrapper}/bin/firefox "$@"
'';

View File

@ -0,0 +1,5 @@
self: super:
super.gitAndTools // {
inherit (self) diff-so-fancy;
}