lib/builders: drop removal stubs

This commit is contained in:
Matt Sturgeon 2026-06-08 02:10:38 +01:00
parent 6d522f7805
commit 11a586418c
2 changed files with 0 additions and 23 deletions

View file

@ -172,18 +172,3 @@ lib.fix (builders: {
}
);
})
# Removed because it depended on `pkgs`
# Deprecated 2024-09-13; Removed 2024-12-15
//
lib.genAttrs
[
"byteCompileLuaDrv"
"byteCompileLuaFile"
"byteCompileLuaHook"
"writeByteCompiledLua"
"writeLua"
]
(
name:
throw "`${name}` is no longer available directly. You can access it via `withPkgs` or use `${name}With`."
)

View file

@ -53,14 +53,6 @@ lib.makeExtensible (
# Top-level helper aliases:
# TODO: deprecate some aliases
inherit (self.builders)
writeLua
writeByteCompiledLua
byteCompileLuaFile
byteCompileLuaHook
byteCompileLuaDrv
;
inherit (self.deprecation)
getOptionRecursive
mkDeprecatedSubOptionModule