This commit is contained in:
LavaDesu 2025-05-20 01:18:42 +10:00
parent 5c94de54e7
commit a4b2db236a
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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