about summary refs log tree commit diff
path: root/modules/services
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 /modules/services
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 'modules/services')
-rw-r--r--modules/services/starbound.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/services/starbound.nix b/modules/services/starbound.nix
index fee6751b..f36593f8 100644
--- a/modules/services/starbound.nix
+++ b/modules/services/starbound.nix
@@ -194,8 +194,8 @@ in {
 
     package = mkOption {
       type = types.package;
-      default = pkgs.vuizvui.games.steam.starbound;
-      defaultText = "pkgs.vuizvui.games.steam.starbound";
+      default = pkgs.vuizvui.games.humblebundle.starbound;
+      defaultText = "pkgs.vuizvui.games.humblebundle.starbound";
       description = ''
         The starbound package to use for running this game server.
       '';