Bruno BELANYI
b66e46e241
While waiting for my PR to fix this [1]. [1]: https://github.com/NixOS/nixpkgs/pull/140478
5 lines
66 B
Nix
5 lines
66 B
Nix
final: prev:
|
|
{
|
|
sabnzbd = final.callPackage ./sabnzbd.nix { };
|
|
}
|