1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

yt-dlp-master

This commit is contained in:
2026-02-11 16:46:36 +01:00
parent f1610d08dc
commit ca05785b26
3 changed files with 12 additions and 0 deletions

View File

@@ -343,6 +343,7 @@
vim-kmein = prev.callPackage packages/vim-kmein { };
vimv = prev.callPackage packages/vimv.nix { };
klem = prev.callPackage packages/klem.nix { };
yt-dlp-master = prev.callPackage packages/yt-dlp-master.nix { };
lib = lib // {
niveum = import lib/default.nix {
@@ -615,6 +616,7 @@
vimv
weechat-declarative
wttr
yt-dlp-master
;
}
);