mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/minecraft-server: fix package example
This commit is contained in:
parent
cb10a8138c
commit
f961f717e7
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ in {
|
|||
};
|
||||
|
||||
package = lib.mkPackageOption pkgs "minecraft-server" {
|
||||
example = "minecraft-server_1_12_2";
|
||||
example = "pkgs.minecraft-server_1_12_2";
|
||||
};
|
||||
|
||||
jvmOpts = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue