mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
wrappers: explicitly set _file
for wrapper modules
This won't be detected automatically, since the modules are all returned from function calls instead of being path references.
This commit is contained in:
parent
b3a90d737d
commit
a8f678da24
4 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,8 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
_file = ./nixos.nix;
|
||||
|
||||
options = {
|
||||
programs.nixvim = mkOption {
|
||||
inherit (nixvimConfig) type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue