config-perso/patches/default.nix
2024-09-19 17:07:40 +02:00

23 lines
432 B
Nix

rec {
unstable = [
{
_type = "static";
path = ./nginx-fallback.patch;
}
{
_type = "static";
path = ./wordpress.patch;
}
{
_type = "commit";
sha = "94c62f5036e7744247309cf5a11847e1168ac289";
hash = "sha256-KcL2mHLea+xmRBE+clDzeAOo66hq5wr9EcN3ox/MnFg=";
}
];
betamail = unstable ++ [
{
_type = "static";
path = ./procmail_322.patch;
}
];
}