about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-11-22 14:06:17 +0000
committerAlyssa Ross <hi@alyssa.is>2020-11-22 14:06:17 +0000
commit6d394e9eb08d363f491f1efc6c1037ab07a03d2f (patch)
treec80878b89425ac9ea8218ad7e28edaf0da47db63 /overlays/patches/default.nix
parent4ec612e0c14a7dcf248bf5cc5e6462e6796c6e15 (diff)
downloadnixlib-6d394e9eb08d363f491f1efc6c1037ab07a03d2f.tar
nixlib-6d394e9eb08d363f491f1efc6c1037ab07a03d2f.tar.gz
nixlib-6d394e9eb08d363f491f1efc6c1037ab07a03d2f.tar.bz2
nixlib-6d394e9eb08d363f491f1efc6c1037ab07a03d2f.tar.lz
nixlib-6d394e9eb08d363f491f1efc6c1037ab07a03d2f.tar.xz
nixlib-6d394e9eb08d363f491f1efc6c1037ab07a03d2f.tar.zst
nixlib-6d394e9eb08d363f491f1efc6c1037ab07a03d2f.zip
overlays/patches: remove youtube-dl
Bandcamp albums are fixed upstream now. :)
Diffstat (limited to 'overlays/patches/default.nix')
-rw-r--r--overlays/patches/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix
index 40bd5b39f179..88aa2ccf251c 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -22,6 +22,4 @@ 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; };
 }