about summary refs log tree commit diff
path: root/pkgs/games/gog/satellite-reign.nix
blob: 63f0c8b5e64e06b7403702e1ac35c3169276c804 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ buildUnity, fetchGog }:

buildUnity {
  name = "satellite-reign";
  fullName = "SatelliteReignLinux";
  saveDir = "5 Lives Studios/SatelliteReign";
  version = "1.13.06";

  src = fetchGog {
    productId = 1428054996;
    downloadName = "en3installer9";
    sha256 = "0wpkpqrcli2772g6l9yab38vbjh1by4cbpa397fqvhny247qdz5k";
  };

  sandbox.paths.required = [ "$XDG_DATA_HOME/SatelliteReign" ];
}