mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
wrappers: remove shorthandOnlyDefinesConfig
This commit is contained in:
parent
5d3ed3a09e
commit
8549bbeb0c
3 changed files with 0 additions and 3 deletions
|
@ -17,7 +17,6 @@ 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 =
|
||||||
[
|
[
|
||||||
|
|
|
@ -22,7 +22,6 @@ 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 =
|
||||||
[
|
[
|
||||||
|
|
|
@ -22,7 +22,6 @@ 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 =
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue