nix-community.nixvim/wrappers
Matt Sturgeon 491ca5cf51
lib: provide an "extended lib" to our modules
lib/extend-lib.nix returns a nixpkg's lib extended with our own
helpers.

This is exposed as `helpers.extendedLib`, but when evaluating our
modules it should be assigned to `specialArgs.lib`.

Outside of our modules you must still access our helpers via
`config.lib.nixvim` or `config.lib.nixvim.extendedLib`.

Within helpers' sub-sections, `lib` is the extended lib.
2024-08-02 14:33:59 +01:00
..
modules wrappers/standalone: move module to wrappers/modules 2024-07-05 18:28:19 +01:00
_shared.nix modules/performance: add ability to byte compile lua configuration files 2024-07-31 11:31:40 +00:00
darwin.nix lib: provide an "extended lib" to our modules 2024-08-02 14:33:59 +01:00
hm.nix lib: provide an "extended lib" to our modules 2024-08-02 14:33:59 +01:00
nixos.nix lib: provide an "extended lib" to our modules 2024-08-02 14:33:59 +01:00
standalone.nix lib: provide an "extended lib" to our modules 2024-08-02 14:33:59 +01:00