1
0
forked from nikkuss/pkgs

bump helium and add aria2-fast

This commit is contained in:
2025-12-05 23:09:57 +04:00
parent e8a67e136d
commit 34dbec903f
6 changed files with 205 additions and 189 deletions
+4
View File
@@ -0,0 +1,4 @@
{ aria2 }:
aria2.overrideAttrs (oldAttrs: rec {
patches = oldAttrs.patches or [ ] ++ [ ./unlimited.patch ];
})