Unverified Commit d68bee3e authored by [Assassin]'s avatar [Assassin]
Browse files

vrcx: Formatting

parent 5725175a
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
{
  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;