From 22b9956f903b83212fb361005da7b79fb7b6f81d Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 11 Sep 2024 12:53:41 -0500 Subject: [PATCH] style: format bob-nvim.nix --- pkgs/bob-nvim.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/bob-nvim.nix b/pkgs/bob-nvim.nix index 0a542eb9..fa50d24a 100644 --- a/pkgs/bob-nvim.nix +++ b/pkgs/bob-nvim.nix @@ -1,10 +1,13 @@ -{ installShellFiles, rustPlatform, fetchFromGitHub }: +{ + installShellFiles, + rustPlatform, + fetchFromGitHub, +}: rustPlatform.buildRustPackage rec { pname = "bob"; version = "3.0.1"; - buildInputs = [ installShellFiles ]; src = fetchFromGitHub { owner = "MordechaiHadad";