From 375ccbc8e8340021c7f55811b80724da92c438e4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 15 Aug 2016 18:09:04 +0200 Subject: 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 --- tests/games/starbound.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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; -- cgit 1.4.1