about summary refs log tree commit diff
path: root/nixos/modules/programs/systemtap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/systemtap.nix')
-rw-r--r--nixos/modules/programs/systemtap.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/systemtap.nix b/nixos/modules/programs/systemtap.nix
index 360e106678e6..cbb9ec164c6c 100644
--- a/nixos/modules/programs/systemtap.nix
+++ b/nixos/modules/programs/systemtap.nix
@@ -10,8 +10,8 @@ in {
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
-          Install <command>systemtap</command> along with necessary kernel options.
+        description = lib.mdDoc ''
+          Install {command}`systemtap` along with necessary kernel options.
         '';
       };
     };