mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
treewide: replace mkPackageOptionMD
with mkPackageOption
This commit is contained in:
parent
9b11307f42
commit
79d3d59f58
128 changed files with 155 additions and 155 deletions
|
@ -17,9 +17,9 @@ in
|
|||
{command}`incus` command line tool, among others.
|
||||
'');
|
||||
|
||||
package = lib.mkPackageOptionMD pkgs "incus" { };
|
||||
package = lib.mkPackageOption pkgs "incus" { };
|
||||
|
||||
lxcPackage = lib.mkPackageOptionMD pkgs "lxc" { };
|
||||
lxcPackage = lib.mkPackageOption pkgs "lxc" { };
|
||||
|
||||
preseed = lib.mkOption {
|
||||
type = lib.types.nullOr (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue