nix-community.nixvim/wrappers
Matt Sturgeon 216d64c158
wrappers: make helpers available via lib option
NixOS, HM, & Darwin provide a `lib` option, not to be confused with the
`lib` module arg.

This option is intended for modules to define custom functions without
having to extend nixpkgs lib.

The old option is renamed, if it is accessed it will print:

    trace: Obsolete option `nixvim.helpers' is used. It was renamed to `lib.nixvim'.
2024-07-24 22:02:56 +01:00
..
modules wrappers/standalone: move module to wrappers/modules 2024-07-05 18:28:19 +01:00
_shared.nix wrappers: make helpers available via lib option 2024-07-24 22:02:56 +01:00
darwin.nix wrappers: bootstrap "helpers" directly 2024-07-08 16:24:06 +01:00
hm.nix wrappers: bootstrap "helpers" directly 2024-07-08 16:24:06 +01:00
nixos.nix wrappers: bootstrap "helpers" directly 2024-07-08 16:24:06 +01:00
standalone.nix wrappers: bootstrap "helpers" directly 2024-07-08 16:24:06 +01:00