summary refs log tree commit diff
path: root/nixos/modules/programs/noisetorch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/noisetorch.nix')
-rw-r--r--nixos/modules/programs/noisetorch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/noisetorch.nix b/nixos/modules/programs/noisetorch.nix
index f76555289f1..c69b2581296 100644
--- a/nixos/modules/programs/noisetorch.nix
+++ b/nixos/modules/programs/noisetorch.nix
@@ -11,7 +11,7 @@ in {
       type = types.package;
       default = pkgs.noisetorch;
       defaultText = literalExpression "pkgs.noisetorch";
-      description = ''
+      description = lib.mdDoc ''
         The noisetorch package to use.
       '';
     };