Files
pkgs/pkgs/by-name/ar/aria2-fast/package.nix
T
nikkuss 34dbec903f
cache / build (push) Has been cancelled
bump helium and add aria2-fast
2025-12-05 23:09:57 +04:00

5 lines
113 B
Nix

{ aria2 }:
aria2.overrideAttrs (oldAttrs: rec {
patches = oldAttrs.patches or [ ] ++ [ ./unlimited.patch ];
})