mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +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
|
flake ? null, # Optionally, provide the lib with access to the flake
|
||||||
_nixvimTests ? false,
|
_nixvimTests ? false,
|
||||||
}:
|
}:
|
||||||
lib.fix (
|
lib.makeExtensible (
|
||||||
self:
|
self:
|
||||||
let
|
let
|
||||||
# Used when importing parts of our lib
|
# Used when importing parts of our lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue