From 9547123258f69efd92b54763051d6dc7f3bfcaca Mon Sep 17 00:00:00 2001 From: pennae Date: Mon, 29 Aug 2022 01:38:36 +0200 Subject: nixos/*: convert internal option descriptions to MD we'll have to do it eventually, may as well be now. --- nixos/modules/services/misc/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/misc/nix-daemon.nix') 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 { -- cgit 1.4.1