From 9622693a4bb4d981d40316c5530b4c52035bd286 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 4 Dec 2022 09:58:49 +0100 Subject: [PATCH] nixos/bluetooth: remove bluezFull alias from examples --- nixos/modules/services/hardware/bluetooth.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixos/modules/services/hardware/bluetooth.nix b/nixos/modules/services/hardware/bluetooth.nix index 8b90c1913bc5..6453e6968dcc 100644 --- a/nixos/modules/services/hardware/bluetooth.nix +++ b/nixos/modules/services/hardware/bluetooth.nix @@ -50,14 +50,8 @@ in type = types.package; default = pkgs.bluez; defaultText = literalExpression "pkgs.bluez"; - example = literalExpression "pkgs.bluezFull"; description = lib.mdDoc '' Which BlueZ package to use. - - ::: {.note} - Use the `pkgs.bluezFull` package to enable all - bluez plugins. - ::: ''; };