feat(jbot): move package to packages

This commit is contained in:
matt1432 2025-01-25 11:41:14 -05:00
parent ef74bd3c41
commit 8f1a3f6f21
4 changed files with 61 additions and 44 deletions
packages

View file

@ -13,6 +13,8 @@
homepage = pkgs.callPackage ./homepage {};
jmusicbot = pkgs.callPackage ./jmusicbot {};
libratbag = pkgs.callPackage ./libratbag {
inherit (inputs) libratbag-src;
};