about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-05 06:01:39 +0000
committerGitHub <noreply@github.com>2023-01-05 06:01:39 +0000
commit0c8280b1c44e44e777ab06be5887a2326e6b59fc (patch)
tree5818dae90f2d9dfe3a3cd003232e9a1ed72dcccd /nixos/modules/rename.nix
parent0c98bf3e85e5aa8137d9a7ae40468a3db53f0cdd (diff)
parentb2bcd1be6effdcc388fbf477af4905101126225a (diff)
Merge staging-next into staging
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index aef42d0f4db10..d88baac7a5d4d 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -14,7 +14,7 @@ with lib;
 
     # This alias module can't be where _module.check is defined because it would
     # be added to submodules as well there
-    (mkAliasOptionModule [ "environment" "checkConfigurationOptions" ] [ "_module" "check" ])
+    (mkAliasOptionModuleMD [ "environment" "checkConfigurationOptions" ] [ "_module" "check" ])
 
     # Completely removed modules
     (mkRemovedOptionModule [ "environment" "blcr" "enable" ] "The BLCR module has been removed")