Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 20 lines 527 B view raw
1self: { 2 lib, 3 ... 4}: 5 6with lib; 7self.mkSteamPackage { 8 name = "palworld-server"; 9 version = "17403768"; 10 appId = "2394010"; 11 depotId = "2394012"; 12 manifestId = "1367771460964183113"; 13 hash = "sha256-L/lRfVmc3tkMiPSPJSg6uum0/DJB97dkuPzOA3LtDEw="; 14 meta = { 15 description = "Palworld Dedicated Server"; 16 homepage = "https://steamdb.info/app/2394010/"; 17 changelog = "https://store.steampowered.com/news/app/1623730?updates=true"; 18 sourceProvenance = with sourceTypes; [ sourceTypes.binaryNativeCode ]; 19 }; 20}