about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-08-15 18:09:04 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-08-15 18:09:04 +0200
commit375ccbc8e8340021c7f55811b80724da92c438e4 (patch)
tree7fb28f0727090f672871fce279cfdc9eb98593a1 /tests
parentbbfc470e6b2908d933e1b3b5ec8c01b0a8110c06 (diff)
modules/tests: Use Starbound from HumbleBundle
The Steam version is old anyway and since we've reached 1.0 there is no
point in extracting it from Steam anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/games/starbound.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/games/starbound.nix b/tests/games/starbound.nix
index a2c8ba64..9f98416f 100644
--- a/tests/games/starbound.nix
+++ b/tests/games/starbound.nix
@@ -58,7 +58,9 @@ in {
         "${import ../../nixpkgs-path.nix}/nixos/tests/common/x11.nix"
       ];
       virtualisation.memorySize = 2047;
-      environment.systemPackages = [ pkgs.vuizvui.games.steam.starbound ];
+      environment.systemPackages = [
+        pkgs.vuizvui.games.humblebundle.starbound
+      ];
       networking.interfaces.eth1.ipAddress = "192.168.0.2";
       networking.interfaces.eth1.prefixLength = 24;
       networking.firewall.enable = false;