From 7e1ef25ec6ec9078fbba5425ad667203eb86af88 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 8 May 2020 10:55:08 +0200 Subject: [PATCH] Install youtube-dl --- profiles/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/common/default.nix b/profiles/common/default.nix index d780f975..fc7d6666 100644 --- a/profiles/common/default.nix +++ b/profiles/common/default.nix @@ -48,6 +48,7 @@ (import ../../programs/ssh/default.nix { inherit pkgs; }) ripgrep unzip + youtube-dl ]; };