about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/default.nix')
-rw-r--r--overlays/patches/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix
index 1aff7e80948a..1fd87159ee17 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -34,4 +34,6 @@ self: super: {
   };
 
   tmux = self.callPackage ./tmux { inherit (super) tmux; };
+
+  youtube-dl = self.callPackage ./youtube-dl { inherit (super) youtube-dl; };
 }