about summary refs log tree commit diff
path: root/nixos/modules/services/home-automation/home-assistant.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 05:15:06 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd (patch)
tree8e0cdaade6441c345eb239614699dc145d0226c3 /nixos/modules/services/home-automation/home-assistant.nix
parent1ab9224ebe9bc8fd732ff305b7c6c0e07dd9acb0 (diff)
nixos/*: normalize <package> to <literal>
this renders the same in the manpage and a little more clearly in the
html manual. in the manpage there continues to be no distinction from
regular text, the html manual gets code-type markup (which was probably
the intention for most of these uses anyway).
Diffstat (limited to 'nixos/modules/services/home-automation/home-assistant.nix')
-rw-r--r--nixos/modules/services/home-automation/home-assistant.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/home-automation/home-assistant.nix b/nixos/modules/services/home-automation/home-assistant.nix
index 2b81283836313..07c2a26df2cd3 100644
--- a/nixos/modules/services/home-automation/home-assistant.nix
+++ b/nixos/modules/services/home-automation/home-assistant.nix
@@ -129,7 +129,7 @@ in {
       description = ''
         List of packages to add to propagatedBuildInputs.
 
-        A popular example is <package>python3Packages.psycopg2</package>
+        A popular example is <literal>python3Packages.psycopg2</literal>
         for PostgreSQL support in the recorder component.
       '';
     };