[Meta] remove references to deprecated lib.mdDoc

It is the default since 24.05.
This commit is contained in:
Antoine Viallon 2024-11-12 20:26:42 +01:00
parent c500db4bcd
commit 69ee53452d
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@ in
hostName = mkOption {
type = types.str;
example = "luke-skywalker-nixos";
description = lib.mdDoc ''
description = ''
Builder's host name
'';
};
@ -94,7 +94,7 @@ in
threads = mkOption {
type = with types; addCheck ints.unsigned (n: n >= config.cores);
example = 16;
description = lib.mdDoc "How many physical _threads_ the builder has.";
description = "How many physical _threads_ the builder has.";
};
x86ver = mkOption {
default = 1;