overlays/oci-cli: init
This commit is contained in:
parent
315d480601
commit
aa8db509d5
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 ++ [ ./patches/oci.patch ];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue