about summary refs log tree commit diff
path: root/nixos/modules/services/games/mchprs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/games/mchprs.nix')
-rw-r--r--nixos/modules/services/games/mchprs.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/nixos/modules/services/games/mchprs.nix b/nixos/modules/services/games/mchprs.nix
index a65001b0b3e2..71e546049c58 100644
--- a/nixos/modules/services/games/mchprs.nix
+++ b/nixos/modules/services/games/mchprs.nix
@@ -73,12 +73,7 @@ in
         '';
       };
 
-      package = mkOption {
-        type = types.package;
-        default = pkgs.mchprs;
-        defaultText = literalExpression "pkgs.mchprs";
-        description = mdDoc "Version of MCHPRS to run.";
-      };
+      package = mkPackageOption pkgs "mchprs" { };
 
       settings = mkOption {
         type = types.submodule {