webcord-vencord: format with nixfmt (RFC 166)

This commit is contained in:
éclairevoyant 2024-05-04 14:53:58 -04:00
parent 3996e53c2d
commit c8de2c32b0
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -1,7 +1,8 @@
{ webcord
, substituteAll
, lib
, vencord-web-extension
{
webcord,
substituteAll,
lib,
vencord-web-extension,
}:
# nixpkgs-update: no auto update
@ -15,8 +16,14 @@ webcord.overrideAttrs (old: {
})
];
meta = with lib; old.meta // {
description = "Webcord with Vencord web extension";
maintainers = with maintainers; [ FlafyDev NotAShelf ];
};
meta =
with lib;
old.meta
// {
description = "Webcord with Vencord web extension";
maintainers = with maintainers; [
FlafyDev
NotAShelf
];
};
})