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 --- modules/services/starbound.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/services') 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. ''; -- cgit 1.4.1