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 {
|
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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,7 +59,6 @@
|
||||||
"gccarch-x86-64-v3"
|
"gccarch-x86-64-v3"
|
||||||
"gccarch-znver2"
|
"gccarch-znver2"
|
||||||
];
|
];
|
||||||
|
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue