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 88aa2ccf251c..40bd5b39f179 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -22,4 +22,6 @@ self: super: {
   tmux = self.callPackage ./tmux { inherit (super) tmux; };
 
   waylandPkgs = self.extend (import ./nixpkgs-wayland);
+
+  youtube-dl = self.callPackage ./youtube-dl { inherit (super) youtube-dl; };
 }