diff options
Diffstat (limited to 'overlays.nix')
-rw-r--r-- | overlays.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlays.nix b/overlays.nix index 71735cc..020c6b2 100644 --- a/overlays.nix +++ b/overlays.nix @@ -101,5 +101,8 @@ ''; }; }; + + rtorrent = + _: (lib.packages.fromPR 368724 "sha256-99C1bOu6L5UMia0zqR3258HO+MS7Jq89KQE6oycFsvc=").rtorrent; }; } |