Run formatters
This commit is contained in:
parent
c3ee061289
commit
a5aadd4c05
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
{ fetchFromGitHub, rustPlatform, lib, ... }:
|
||||
|
||||
{ fetchFromGitHub
|
||||
, rustPlatform
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "emacs-lsp-booster";
|
||||
version = "0.2.1";
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
"gccarch-x86-64-v3"
|
||||
"gccarch-znver2"
|
||||
];
|
||||
|
||||
mandatoryFeatures = [ ];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue