2024-03-02 22:05:30 +01:00
|
|
|
{lib, ...}: let
|
|
|
|
inherit
|
|
|
|
(lib)
|
|
|
|
singleton
|
|
|
|
;
|
|
|
|
in {
|
|
|
|
flake.overlays.getmail6 = final: prev: {
|
|
|
|
getmail6 = prev.getmail6.overrideAttrs (old: {
|
|
|
|
patches = singleton ./getmail-read-exec-from-path.patch;
|
|
|
|
});
|
|
|
|
};
|
2023-06-13 23:03:01 +02:00
|
|
|
}
|