From d00a741e4954c5882205ef7027b2be796d4f92a0 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 15 Mar 2016 05:10:07 +0100 Subject: modules/starbound: Provide defaultText for package We don't want to evaluate the package while building the manual, so let's provide a defaultText instead. Signed-off-by: aszlig --- modules/services/starbound.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/services') diff --git a/modules/services/starbound.nix b/modules/services/starbound.nix index 2f76eb84..273ac2b1 100644 --- a/modules/services/starbound.nix +++ b/modules/services/starbound.nix @@ -188,6 +188,7 @@ in { package = mkOption { type = types.package; default = pkgs.vuizvui.games.steam.starbound; + defaultText = "pkgs.vuizvui.games.steam.starbound"; description = '' The starbound package to use for running this game server. ''; -- cgit 1.4.1