languages/nix: add nixd to supported LSP servers

Add nixd to flake.nix and legacyPackages.nix.

Format with alejandra.

Update flake.nix

Undo change made by nixfmt-rfc-style

Set nixd to follow flake-utils as well.

Update nixd lspConfig
This commit is contained in:
Elias Ainsworth 2024-11-10 21:47:58 -07:00
commit bcab9c277c
4 changed files with 130 additions and 3 deletions

View file

@ -11,6 +11,7 @@
(_: _: {
rnix-lsp = inputs'.rnix-lsp.defaultPackage;
nil = inputs'.nil.packages.default;
nixd = inputs'.nixd.packages.default;
})
];
};