diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-13 13:32:49 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 13:32:49 -0800 |
commit | a39edf6d037b4d748dc44e2e57ad1345d2fe375e (patch) | |
tree | ca2d382257c5adece4d2e591c88e39c9388ddb8f | |
parent | yt-dlp: correct config (diff) | |
download | world-a39edf6d037b4d748dc44e2e57ad1345d2fe375e.tar.gz |
yt-dlp: don't install unstable
-rw-r--r-- | users/fcuny/cli/yt-dlp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/cli/yt-dlp.nix b/users/fcuny/cli/yt-dlp.nix index 8e9cd9c..d271692 100644 --- a/users/fcuny/cli/yt-dlp.nix +++ b/users/fcuny/cli/yt-dlp.nix @@ -4,6 +4,6 @@ xdg.configFile."yt-dlp/config".source = ../configs/yt-dlp/config; home.packages = with pkgs; [ - unstable.yt-dlp + yt-dlp ]; } |