mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
nixos/bluetooth: remove bluezFull alias from examples
This commit is contained in:
parent
1b01f5dbfd
commit
9622693a4b
@ -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.
|
||||
:::
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user