Unverified Commit f9f65a7b authored by Aidan Gauland's avatar Aidan Gauland
Browse files

heroic: Set updateScript

This is easy now with pnpm.
parent ace5234a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, nix-update-script
, pnpm
, nodejs
, makeWrapper
@@ -93,6 +94,11 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  passthru = {
    inherit (finalAttrs) pnpmDeps;
    updateScript = nix-update-script { };
  };

  meta = with lib; {
    description = "Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac";
    homepage = "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher";