mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs: Allow to generate man pages for nixvim (#686)
This commit is contained in:
parent
2031834990
commit
229fe85d6b
5 changed files with 213 additions and 1 deletions
|
@ -102,7 +102,11 @@
|
|||
modules = modules pkgs;
|
||||
};
|
||||
}
|
||||
// (import ./helpers pkgs);
|
||||
// (import ./helpers pkgs)
|
||||
// (import ./man-docs {
|
||||
pkgs = pkgs-unfree;
|
||||
modules = modules pkgs;
|
||||
});
|
||||
legacyPackages = rec {
|
||||
makeNixvimWithModule = import ./wrappers/standalone.nix pkgs modules;
|
||||
makeNixvim = configuration:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue