about summary refs log tree commit diff
path: root/tests/games/starbound.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/games/starbound.nix')
-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;