mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
vocard: use DynamicUsers
This commit is contained in:
parent
7a2e6450d2
commit
af91541557
7 changed files with 111 additions and 117 deletions
13
packages/lavalinkPlugins/package.nix
Normal file
13
packages/lavalinkPlugins/package.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
fetchurl,
|
||||
linkFarm,
|
||||
}:
|
||||
linkFarm "lavalinkPlugins" [
|
||||
{
|
||||
name = "youtube-plugin-1.11.5.jar";
|
||||
path = fetchurl {
|
||||
url = "https://github.com/lavalink-devs/youtube-source/releases/download/1.11.5/youtube-plugin-1.11.5.jar";
|
||||
hash = "sha256-Zz4S5mWcsVFWGmN41L34GqZeCOswt/CAn+1PN1XJtbk=";
|
||||
};
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue