5 lines
120 B
Nix
5 lines
120 B
Nix
self: super: {
|
|
oci-cli = super.oci-cli.overrideAttrs(o: {
|
|
patches = o.patches ++ [ ./patches/oci.patch ];
|
|
});
|
|
}
|