mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Meta] remove references to deprecated lib.mdDoc
It is the default since 24.05.
This commit is contained in:
parent
c500db4bcd
commit
69ee53452d
3 changed files with 5 additions and 5 deletions
|
|
@ -78,7 +78,7 @@ in
|
|||
cacheLine = mkOption {
|
||||
default = null;
|
||||
example = 64;
|
||||
description = lib.mdDoc "Cache-line size in bytes (can be retrieved using `/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size`)";
|
||||
description = "Cache-line size in bytes (can be retrieved using `/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size`)";
|
||||
type = with types; nullOr ints.positive;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue