stockholm/tv/5pkgs/override/gitAndTools.nix

6 lines
71 B
Nix

self: super:
super.gitAndTools // {
inherit (self) diff-so-fancy;
}