patch
This commit is contained in:
parent
5c94de54e7
commit
a4b2db236a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
self: super: {
|
self: super: {
|
||||||
oci-cli = super.oci-cli.overrideAttrs(o: {
|
oci-cli = super.oci-cli.overrideAttrs(o: {
|
||||||
patches = o.patches ++ [ ./patches/oci.patch ];
|
patches = (o.patches or []) ++ [ ./patches/oci.patch ];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue