14 lines
204 B
Nix
14 lines
204 B
Nix
rec {
|
|
unstable = [
|
|
{
|
|
_type = "static";
|
|
path = ./nginx-fallback.patch;
|
|
}
|
|
];
|
|
betamail = unstable ++ [
|
|
{
|
|
_type = "static";
|
|
path = ./procmail_322.patch;
|
|
}
|
|
];
|
|
}
|