vrcx: Formatting

This commit is contained in:
[Assassin]
2026-02-07 00:45:21 +02:00
parent 5725175a23
commit d68bee3e8f
+9 -9
View File
@@ -1,15 +1,15 @@
{
lib,
fetchFromGitHub,
buildDotnetModule,
dotnetCorePackages,
buildNpmPackage,
stdenv,
nodejs_22,
electron_39,
makeWrapper,
copyDesktopItems,
fetchFromGitHub,
buildNpmPackage,
makeDesktopItem,
stdenv,
copyDesktopItems,
buildDotnetModule,
dotnetCorePackages,
}:
let
node = nodejs_22;
@@ -78,11 +78,11 @@ buildNpmPackage (finalAttrs: {
desktopItems = [
(makeDesktopItem {
name = "vrcx";
desktopName = "VRCX";
comment = "Friendship management tool for VRChat";
icon = "vrcx";
exec = "vrcx";
terminal = false;
desktopName = "VRCX";
comment = "Friendship management tool for VRChat";
categories = [
"Utility"
"Application"
@@ -93,8 +93,8 @@ buildNpmPackage (finalAttrs: {
passthru = {
backend = buildDotnetModule {
pname = "${finalAttrs.pname}-backend";
inherit (finalAttrs) version src;
pname = "${finalAttrs.pname}-backend";
dotnet-sdk = dotnet.sdk;
dotnet-runtime = dotnet.runtime;