about summary refs log tree commit diff
path: root/modules/services
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-15 05:10:07 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-15 05:10:07 +0100
commitd00a741e4954c5882205ef7027b2be796d4f92a0 (patch)
tree400ddda9bb4fa845a13c977e4ca2c5b8e828c2c8 /modules/services
parent2f430422bbeb1c7a8018c1d850158e534bc8fe0b (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/starbound.nix1
1 files changed, 1 insertions, 0 deletions
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.
       '';