diff options
author | Ben Sima <ben@bsima.me> | 2021-12-10 16:26:57 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-12-10 16:27:06 -0500 |
commit | 3b75938011a0839c563b7ba34a8977053f732f62 (patch) | |
tree | 128aeac8a39937e0e407e3973fadc0b29d960d00 /profiles | |
parent | 7a1493f1e78388a6f11c1758a6655dc1c8dd6008 (diff) |
darwin: add youtube-dl
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/darwin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/darwin.nix b/profiles/darwin.nix index 78735ee..bcee565 100644 --- a/profiles/darwin.nix +++ b/profiles/darwin.nix @@ -28,6 +28,7 @@ in #(haskellPackages.ghcWithPackages (ps: with ps; [hledger])) coreutils direnv + youtube-dl ]; }; |