Skip to content

Commit

Permalink
wrappers: remove shorthandOnlyDefinesConfig
Browse files Browse the repository at this point in the history
GaetanLepage committed Feb 9, 2024
1 parent 5d3ed3a commit 8549bbe
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion wrappers/darwin.nix
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@ in {
programs.nixvim = mkOption {
default = {};
type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers;
modules =
[
1 change: 0 additions & 1 deletion wrappers/hm.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@ in {
programs.nixvim = mkOption {
default = {};
type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers;
modules =
[
1 change: 0 additions & 1 deletion wrappers/nixos.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@ in {
programs.nixvim = mkOption {
default = {};
type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers;
modules =
[

0 comments on commit 8549bbe

Please sign in to comment.