summary refs log tree commit diff
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 11:55:20 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit275a34e0d8a937a81b267e47302dd8a92fa781df (patch)
treef389785f4c8226489e8fcd28e13cfea7e5135669
parentd0ba463fcf013556f02816a90ae92f63ab5f6d71 (diff)
downloadnixpkgs-275a34e0d8a937a81b267e47302dd8a92fa781df.tar
nixpkgs-275a34e0d8a937a81b267e47302dd8a92fa781df.tar.gz
nixpkgs-275a34e0d8a937a81b267e47302dd8a92fa781df.tar.bz2
nixpkgs-275a34e0d8a937a81b267e47302dd8a92fa781df.tar.lz
nixpkgs-275a34e0d8a937a81b267e47302dd8a92fa781df.tar.xz
nixpkgs-275a34e0d8a937a81b267e47302dd8a92fa781df.tar.zst
nixpkgs-275a34e0d8a937a81b267e47302dd8a92fa781df.zip
nixos/nix-daemon: replace <uri> with <literal>
this could've been a link as well, but <uri> did not render as a link in
the html manual.
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index d299c4a0a8f..a218b004897 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -568,7 +568,7 @@ in
                 then Nix will use a binary from a binary cache if and only
                 if it is signed by <emphasis>any</emphasis> of the keys
                 listed here. By default, only the key for
-                <uri>cache.nixos.org</uri> is included.
+                <literal>cache.nixos.org</literal> is included.
               '';
             };