summary refs log tree commit diff
path: root/nixos/modules/programs/bandwhich.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/bandwhich.nix')
-rw-r--r--nixos/modules/programs/bandwhich.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/bandwhich.nix b/nixos/modules/programs/bandwhich.nix
index 610d602ad2c..8d1612217ad 100644
--- a/nixos/modules/programs/bandwhich.nix
+++ b/nixos/modules/programs/bandwhich.nix
@@ -11,7 +11,7 @@ in {
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           Whether to add bandwhich to the global environment and configure a
           setcap wrapper for it.
         '';