mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib: add extend
function
This commit is contained in:
parent
937c9b4acf
commit
e2ef15a665
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
flake ? null, # Optionally, provide the lib with access to the flake
|
||||
_nixvimTests ? false,
|
||||
}:
|
||||
lib.fix (
|
||||
lib.makeExtensible (
|
||||
self:
|
||||
let
|
||||
# Used when importing parts of our lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue