mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-01 16:45:07 +02:00
lib/overlay: init
The overlay allows extending any instance of nixpkgs-lib into a nixvim-compatible "extended" instance.
This commit is contained in:
parent
450cccf472
commit
aefab28b3b
6 changed files with 27 additions and 25 deletions
|
@ -8,8 +8,6 @@
|
|||
system ? pkgs.stdenv.hostPlatform.system,
|
||||
}:
|
||||
let
|
||||
nixvimLib = helpers.extendedLib;
|
||||
|
||||
autoArgs = pkgs // {
|
||||
inherit
|
||||
helpers
|
||||
|
@ -18,7 +16,7 @@ let
|
|||
system
|
||||
;
|
||||
nixpkgsLib = lib;
|
||||
lib = nixvimLib;
|
||||
lib = lib.extend self.lib.overlay;
|
||||
inherit (self.legacyPackages.${system})
|
||||
makeNixvimWithModule
|
||||
nixvimConfiguration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue