modules/opts: drop rename aliases

This commit is contained in:
Matt Sturgeon 2026-06-08 02:03:14 +01:00
parent 6a2a8308fb
commit 5ff549fdaf

View file

@ -41,13 +41,6 @@ in
}
) optionsAttrs;
# Added 2024-03-29 (do not remove)
imports = lib.mapAttrsToList (old: new: lib.mkRenamedOptionModule [ old ] [ new ]) {
options = "opts";
globalOptions = "globalOpts";
localOptions = "localOpts";
};
config = {
extraConfigLuaPre =
let