From dd54ac56484f446d063c2088d856c812531f72fc Mon Sep 17 00:00:00 2001 From: Matt Christ Date: Fri, 28 May 2021 20:52:14 -0500 Subject: brscan5: simplify mkEnableOption --- nixos/modules/services/hardware/sane_extra_backends/brscan5.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nixos/modules/services/hardware/sane_extra_backends/brscan5.nix b/nixos/modules/services/hardware/sane_extra_backends/brscan5.nix index fc3cb3e0016..89b5ff0e028 100644 --- a/nixos/modules/services/hardware/sane_extra_backends/brscan5.nix +++ b/nixos/modules/services/hardware/sane_extra_backends/brscan5.nix @@ -68,12 +68,7 @@ in options = { hardware.sane.brscan5.enable = - mkEnableOption "Brother's brscan5 scan backend" // { - description = '' - When enabled, will automatically register the "brscan5" sane - backend and bring configuration files to their expected location. - ''; - }; + mkEnableOption "the Brother brscan5 sane backend"; hardware.sane.brscan5.netDevices = mkOption { default = {}; -- cgit 1.4.1