From 449fe1a49915f9b1e4294de7a650c576337a3ee5 Mon Sep 17 00:00:00 2001 From: Thales Menato <8753631+thamenato@users.noreply.github.com> Date: Sun, 6 Apr 2025 14:34:16 -0400 Subject: [PATCH] chore: run nixfmt against generated.nix file --- pkgs/applications/editors/vim/plugins/generated.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 7b2458c89390..046ecc73e3a7 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1,8 +1,12 @@ # GENERATED by ./pkgs/applications/editors/vim/plugins/utils/update.py. Do not edit! -{ lib, buildVimPlugin, buildNeovimPlugin, fetchFromGitHub }: - -final: prev: { + lib, + buildVimPlugin, + buildNeovimPlugin, + fetchFromGitHub, +}: + +final: prev: { BetterLua-vim = buildVimPlugin { pname = "BetterLua.vim"; version = "2020-08-14"; @@ -21477,5 +21481,4 @@ final: prev: meta.hydraPlatforms = [ ]; }; - }