mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 02:38:38 +02:00
plugin/persistence: init + tests (#645)
This commit is contained in:
parent
a9698ea2b0
commit
0b87e5b70c
4 changed files with 87 additions and 0 deletions
|
@ -107,6 +107,8 @@ with lib; rec {
|
|||
then null
|
||||
else y;
|
||||
|
||||
mkRawIfNonNull = v: ifNonNull' v (mkRaw v);
|
||||
|
||||
mkCompositeOption = desc: options:
|
||||
mkNullOrOption (types.submodule {inherit options;}) desc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue