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
|
|
@ -67,7 +67,7 @@ in {
|
|||
level = "slower";
|
||||
};
|
||||
example = { level = "unsafe"; recursive = 0; };
|
||||
description = mdDoc "Specify default options passed to optimizePkg";
|
||||
description = "Specify default options passed to optimizePkg";
|
||||
};
|
||||
optimizePkg = mkOption {
|
||||
default = if cfg.enable then optimizePkg else ({...}: pkg: pkg);
|
||||
|
|
@ -102,7 +102,7 @@ in {
|
|||
cmake = pkgs.my-cmake-override;
|
||||
}
|
||||
'';
|
||||
description = mdDoc "Allow overriding packages found in `nativeBuildInputs` with custom packages.";
|
||||
description = "Allow overriding packages found in `nativeBuildInputs` with custom packages.";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue