flakes/overlays/oci-cli.nix
2025-05-20 01:16:15 +10:00

5 lines
128 B
Nix

self: super: {
oci-cli = super.oci-cli.overrideAttrs(o: {
patches = (o.patches or []) ++ [ ./patches/oci.patch ];
});
}