mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-10 04:46:04 +02:00
Added assertions
This commit is contained in:
parent
5a222885fc
commit
6ad7575d6f
5 changed files with 27 additions and 12 deletions
|
@ -8,5 +8,10 @@ with lib;
|
|||
visible = false;
|
||||
default = [];
|
||||
};
|
||||
assertions = mkOption {
|
||||
type = types.listOf types.attrs; # Not sure what the correct type is here
|
||||
visible = false;
|
||||
default = [];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue