lib/builders: drop removal stubs
This commit is contained in:
parent
6d522f7805
commit
11a586418c
2 changed files with 0 additions and 23 deletions
|
|
@ -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`."
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue