botamusique: add passthru test
This commit is contained in:
parent
d210ed99c4
commit
f79c1d1c3e
@ -5,6 +5,7 @@
|
|||||||
, python3Packages
|
, python3Packages
|
||||||
, ffmpeg
|
, ffmpeg
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
, nixosTests
|
||||||
|
|
||||||
# For the update script
|
# For the update script
|
||||||
, coreutils
|
, coreutils
|
||||||
@ -140,6 +141,10 @@ stdenv.mkDerivation rec {
|
|||||||
--output ${toString ./node-packages.nix}
|
--output ${toString ./node-packages.nix}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit (nixosTests) botamusique;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Bot to play youtube / soundcloud / radio / local music on Mumble";
|
description = "Bot to play youtube / soundcloud / radio / local music on Mumble";
|
||||||
homepage = "https://github.com/azlux/botamusique";
|
homepage = "https://github.com/azlux/botamusique";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user