mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +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
|
@ -899,7 +899,7 @@ in
|
|||
virtualisation.tpm = {
|
||||
enable = mkEnableOption "a TPM device in the virtual machine with a driver, using swtpm.";
|
||||
|
||||
package = mkPackageOptionMD cfg.host.pkgs "swtpm" { };
|
||||
package = mkPackageOption cfg.host.pkgs "swtpm" { };
|
||||
|
||||
deviceModel = mkOption {
|
||||
type = types.str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue