overlays/oci-cli: init
This commit is contained in:
parent
315d480601
commit
a915e57d34
3 changed files with 36 additions and 0 deletions
5
overlays/oci-cli.nix
Normal file
5
overlays/oci-cli.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
self: super: {
|
||||
oci-cli = super.oci-cli.overrideAttrs(o: {
|
||||
patches = (o.patches or []) ++ [ ./patches/oci.patch ];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue