summary refs log tree commit diff
path: root/nixos/modules/services/databases
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-06-05 18:30:31 +0000
committerGitHub <noreply@github.com>2021-06-05 18:30:31 +0000
commit0397e518b70bce940cf63e04028fc8084af325f7 (patch)
treeadbcc9cbf058db12a78e5c3a461c61f12bf0eafa /nixos/modules/services/databases
parentdc623babfe3ba3e8404dca972161b1bfb69a57a8 (diff)
parentd9d6f71e43cbbf85c6bd5228ac7e3a772dd3b7c0 (diff)
downloadnixpkgs-0397e518b70bce940cf63e04028fc8084af325f7.tar
nixpkgs-0397e518b70bce940cf63e04028fc8084af325f7.tar.gz
nixpkgs-0397e518b70bce940cf63e04028fc8084af325f7.tar.bz2
nixpkgs-0397e518b70bce940cf63e04028fc8084af325f7.tar.lz
nixpkgs-0397e518b70bce940cf63e04028fc8084af325f7.tar.xz
nixpkgs-0397e518b70bce940cf63e04028fc8084af325f7.tar.zst
nixpkgs-0397e518b70bce940cf63e04028fc8084af325f7.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/modules/services/databases')
-rw-r--r--nixos/modules/services/databases/mysql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/mysql.nix b/nixos/modules/services/databases/mysql.nix
index cf105daeb04..2d8d613ed88 100644
--- a/nixos/modules/services/databases/mysql.nix
+++ b/nixos/modules/services/databases/mysql.nix
@@ -34,7 +34,7 @@ in
 
       package = mkOption {
         type = types.package;
-        example = literalExample "pkgs.mysql";
+        example = literalExample "pkgs.mariadb";
         description = "
           Which MySQL derivation to use. MariaDB packages are supported too.
         ";