Revert "wrappers: remove shorthandOnlyDefinesConfig"

This reverts commit 8549bbeb0c.
This commit is contained in:
Gaetan Lepage 2024-02-09 20:36:01 +01:00 committed by Gaétan Lepage
parent 8549bbeb0c
commit e32d155007
3 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,7 @@ in {
programs.nixvim = mkOption { programs.nixvim = mkOption {
default = {}; default = {};
type = types.submoduleWith { type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers; specialArgs.helpers = helpers;
modules = modules =
[ [

View file

@ -22,6 +22,7 @@ in {
programs.nixvim = mkOption { programs.nixvim = mkOption {
default = {}; default = {};
type = types.submoduleWith { type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers; specialArgs.helpers = helpers;
modules = modules =
[ [

View file

@ -22,6 +22,7 @@ in {
programs.nixvim = mkOption { programs.nixvim = mkOption {
default = {}; default = {};
type = types.submoduleWith { type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers; specialArgs.helpers = helpers;
modules = modules =
[ [