18 lines
236 B
Nix
18 lines
236 B
Nix
let
|
|
general = [
|
|
{
|
|
_type = "static";
|
|
path = ./nginx-fallback.patch;
|
|
}
|
|
];
|
|
in
|
|
{
|
|
unstable = general;
|
|
stable = general;
|
|
betamail = [
|
|
{
|
|
_type = "static";
|
|
path = ./procmail_322.patch;
|
|
}
|
|
];
|
|
}
|