style: format bob-nvim.nix
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m16s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m16s
This commit is contained in:
parent
caa444df24
commit
22b9956f90
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user