2024-12-05 17:03:42 +01:00
|
|
|
let
|
|
|
|
general = [
|
2024-06-19 16:26:15 +02:00
|
|
|
{
|
|
|
|
_type = "static";
|
|
|
|
path = ./nginx-fallback.patch;
|
|
|
|
}
|
|
|
|
];
|
2024-12-05 17:03:42 +01:00
|
|
|
in
|
|
|
|
{
|
|
|
|
unstable = general;
|
|
|
|
stable = general;
|
|
|
|
betamail = [
|
2024-07-26 21:22:44 +02:00
|
|
|
{
|
|
|
|
_type = "static";
|
|
|
|
path = ./procmail_322.patch;
|
|
|
|
}
|
|
|
|
];
|
2024-06-19 16:26:15 +02:00
|
|
|
}
|