lib: export evalNixvim as top-level alias

- `lib.nixvim.evalNixvim`
- `<nixvim>.lib.evalNixvim` (flake output)
This commit is contained in:
Matt Sturgeon 2025-01-18 06:37:02 +00:00
parent e793c5cdc6
commit a70b16976b
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 8 additions and 0 deletions

View file

@ -21,6 +21,10 @@
overlay = lib.makeOverridable (import ../lib/overlay.nix) {
flake = self;
};
# Top-top-level aliases
inherit (self.lib.nixvim)
evalNixvim
;
}
// lib.genAttrs config.systems (
lib.flip withSystem (

View file

@ -44,6 +44,10 @@ lib.makeExtensible (
transitionType
;
inherit (self.modules)
evalNixvim
;
inherit (self.options)
defaultNullOpts
mkAutoLoadOption