mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-25 21:24:59 +02:00
lib: remove dependency on pkgs
This commit is contained in:
parent
9e6b207401
commit
32027965d8
6 changed files with 28 additions and 35 deletions
|
@ -158,3 +158,18 @@ 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`."
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue