mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
enable java lsp
This commit is contained in:
parent
b00b6b6a9c
commit
8064ba74cc
5 changed files with 54 additions and 12 deletions
|
@ -46,6 +46,9 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
language-servers.url = "git+https://git.sr.ht/~bwolf/language-servers.nix";
|
||||
language-servers.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
purge = {
|
||||
url = "github:therealr5/purge";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -66,6 +69,7 @@
|
|||
, nixos-hardware
|
||||
, purge
|
||||
, trucksimulatorbot-images
|
||||
, language-servers
|
||||
, ...
|
||||
}@attrs: {
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue