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 {
pname = "emacs-lsp-booster";
version = "0.2.1";

View file

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