flakes/overlays/oci-cli.nix

6 lines
120 B
Nix
Raw Normal View History

2025-05-20 01:16:15 +10:00
self: super: {
oci-cli = super.oci-cli.overrideAttrs(o: {
patches = o.patches ++ [ ./patches/oci.patch ];
});
}