summary refs log tree commit diff
path: root/nixos/modules/services/misc/nix-daemon.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-29 01:38:36 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:32:54 +0200
commit9547123258f69efd92b54763051d6dc7f3bfcaca (patch)
tree87d42b10b0f436c50e8aa04c00c27d289c61c4e2 /nixos/modules/services/misc/nix-daemon.nix
parentef176dcf7e76c3639571d7c6051246c8fbadf12a (diff)
downloadnixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.gz
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.bz2
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.lz
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.xz
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.zst
nixpkgs-9547123258f69efd92b54763051d6dc7f3bfcaca.zip
nixos/*: convert internal option descriptions to MD
we'll have to do it eventually, may as well be now.
Diffstat (limited to 'nixos/modules/services/misc/nix-daemon.nix')
-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 9ff27dd2c19..f03d4900a79 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -340,7 +340,7 @@ in
         type = types.attrs;
         internal = true;
         default = { };
-        description = "Environment variables used by Nix.";
+        description = lib.mdDoc "Environment variables used by Nix.";
       };
 
       nrBuildUsers = mkOption {