overlays/oci-cli: init

This commit is contained in:
LavaDesu 2025-05-20 01:16:15 +10:00
parent 315d480601
commit aa8db509d5
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 36 additions and 0 deletions

5
overlays/oci-cli.nix Normal file
View file

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