config-perso/patches/default.nix

19 lines
236 B
Nix
Raw Normal View History

let
general = [
2024-06-19 16:26:15 +02:00
{
_type = "static";
path = ./nginx-fallback.patch;
}
];
in
{
unstable = general;
stable = general;
betamail = [
{
_type = "static";
path = ./procmail_322.patch;
}
];
2024-06-19 16:26:15 +02:00
}