forked from nikkuss/pkgs
5 lines
113 B
Nix
5 lines
113 B
Nix
{ aria2 }:
|
|
aria2.overrideAttrs (oldAttrs: rec {
|
|
patches = oldAttrs.patches or [ ] ++ [ ./unlimited.patch ];
|
|
})
|