7 lines
70 B
Nix
7 lines
70 B
Nix
self: super:
|
|
{
|
|
git = super.git.override {
|
|
meta.priority = 4;
|
|
};
|
|
}
|