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";