mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/top-level: move out of wrappers/modules
This commit is contained in:
parent
b59fa976d0
commit
2deb61f6a5
10 changed files with 34 additions and 16 deletions
|
@ -63,9 +63,11 @@ let
|
|||
# Evaluation is irrelevant, only used for documentation.
|
||||
};
|
||||
|
||||
# Construct our own top-level modules, because we want to stub the `files` option
|
||||
# FIXME: add a way to handle this with specialArgs
|
||||
topLevelModules = [
|
||||
../modules
|
||||
../wrappers/modules/output.nix
|
||||
../modules/top-level/output.nix
|
||||
# Fake module to avoid a duplicated documentation
|
||||
(lib.setDefaultModuleLocation "${nixvimPath}/wrappers/modules/files.nix" {
|
||||
options.files = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue