style: format bob-nvim.nix
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m16s

This commit is contained in:
Price Hiller 2024-09-11 12:53:41 -05:00
parent caa444df24
commit 22b9956f90
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,10 +1,13 @@
{ installShellFiles, rustPlatform, fetchFromGitHub }: {
installShellFiles,
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "bob"; pname = "bob";
version = "3.0.1"; version = "3.0.1";
buildInputs = [ installShellFiles ]; buildInputs = [ installShellFiles ];
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MordechaiHadad"; owner = "MordechaiHadad";