···2 lib,
3 stdenv,
4 fetchFromGitHub,
5- nix-update-script,
6 # Pinned, because our FODs are not guaranteed to be stable between major versions.
7 pnpm_10,
8 nodejs,
···103104 runHook postInstall
105 '';
106-107- passthru = {
108- inherit (finalAttrs) pnpmDeps;
109- updateScript = nix-update-script { };
110- };
111112 meta = with lib; {
113 description = "Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac";
···2 lib,
3 stdenv,
4 fetchFromGitHub,
05 # Pinned, because our FODs are not guaranteed to be stable between major versions.
6 pnpm_10,
7 nodejs,
···102103 runHook postInstall
104 '';
00000105106 meta = with lib; {
107 description = "Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac";