Skip to content

Commit

Permalink
Revert "wrappers: remove shorthandOnlyDefinesConfig"
Browse files Browse the repository at this point in the history
This reverts commit 8549bbe.
  • Loading branch information
GaetanLepage committed Feb 9, 2024
1 parent 8549bbe commit e32d155
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ in {
programs.nixvim = mkOption {
default = {};
type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers;
modules =
[
Expand Down
1 change: 1 addition & 0 deletions wrappers/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ in {
programs.nixvim = mkOption {
default = {};
type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers;
modules =
[
Expand Down
1 change: 1 addition & 0 deletions wrappers/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ in {
programs.nixvim = mkOption {
default = {};
type = types.submoduleWith {
shorthandOnlyDefinesConfig = true;
specialArgs.helpers = helpers;
modules =
[
Expand Down

0 comments on commit e32d155

Please sign in to comment.