lol

Make environment.checkConfigurationOptions an alias

NixOps uses it, and we can't change it there for
backward-compatibility reasons.

+1 -1
+1 -1
nixos/modules/rename.nix
··· 135 135 136 136 ++ obsolete [ "services" "mysql55" ] [ "services" "mysql" ] 137 137 138 - ++ obsolete [ "environment" "checkConfigurationOptions" ] [ "_module" "check" ] 138 + ++ alias [ "environment" "checkConfigurationOptions" ] [ "_module" "check" ] 139 139 140 140 # XBMC 141 141 ++ obsolete [ "services" "xserver" "windowManager" "xbmc" ] [ "services" "xserver" "desktopManager" "kodi" ]