6 lines
71 B
Nix
6 lines
71 B
Nix
|
self: super:
|
||
|
|
||
|
super.gitAndTools // {
|
||
|
inherit (self) diff-so-fancy;
|
||
|
}
|