Run formatters

This commit is contained in:
Tristan D. 2024-09-12 09:07:55 +02:00
parent c3ee061289
commit a5aadd4c05
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
2 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,8 @@
{ fetchFromGitHub, rustPlatform, lib, ... }: { fetchFromGitHub
, rustPlatform
, lib
, ...
}:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "emacs-lsp-booster"; pname = "emacs-lsp-booster";
version = "0.2.1"; version = "0.2.1";
@ -19,7 +22,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/${src.owner}/${pname}"; homepage = "https://github.com/${src.owner}/${pname}";
changelog = "https://github.com/${src.owner}/${pname}/releases/tag/${version}"; changelog = "https://github.com/${src.owner}/${pname}/releases/tag/${version}";
license = [ licenses.mit ]; license = [ licenses.mit ];
maintainers = []; maintainers = [ ];
mainProgram = "emacs-lsp-booster"; mainProgram = "emacs-lsp-booster";
}; };
} }

View file

@ -59,7 +59,6 @@
"gccarch-x86-64-v3" "gccarch-x86-64-v3"
"gccarch-znver2" "gccarch-znver2"
]; ];
mandatoryFeatures = [ ]; mandatoryFeatures = [ ];
} }
]; ];