From 142930113c79a7d5e7099c55e48878dcaedd8469 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 17 Dec 2016 22:30:20 +0100 Subject: [PATCH] Revert "mysql service: specify a default package" This reverts commit 4358d3d43938666834d3e1fd5a8ea69b49c08112. Not having a default was deliberate, see https://github.com/NixOS/nixpkgs/commit/1ce6fff4e21906a3e6cfd26fdf4372f7501541cd Thanks to @ocharles for making me aware of this. --- nixos/modules/services/databases/mysql.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/databases/mysql.nix b/nixos/modules/services/databases/mysql.nix index e5e8a57f4b0..fcf1f123cfb 100644 --- a/nixos/modules/services/databases/mysql.nix +++ b/nixos/modules/services/databases/mysql.nix @@ -52,7 +52,6 @@ in package = mkOption { type = types.package; - default = pkgs.mysql; example = literalExample "pkgs.mysql"; description = " Which MySQL derivation to use.