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 {
|
||||
pname = "bob";
|
||||
version = "3.0.1";
|
||||
|
||||
|
||||
buildInputs = [ installShellFiles ];
|
||||
src = fetchFromGitHub {
|
||||
owner = "MordechaiHadad";
|
||||
|
Loading…
Reference in New Issue
Block a user