7 lines
129 B
Nix
Executable file
7 lines
129 B
Nix
Executable file
final: prev: {
|
|
stalwart = prev.stalwart.overrideAttrs (oldAttrs: {
|
|
patches = [
|
|
./enable_root_ca.patch
|
|
];
|
|
});
|
|
}
|