languages/nix: deprecate rnix language server option

Abandoned, archived and wildly outdated.
This commit is contained in:
raf 2025-01-10 12:52:11 +03:00
commit c734a81e40
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
4 changed files with 16 additions and 92 deletions

View file

@ -8,8 +8,10 @@
inherit system;
overlays = [
inputs.self.overlays.default
(_: _: {
rnix-lsp = inputs'.rnix-lsp.defaultPackage;
# Build nil from source to get most recent
# features as they are added.
nil = inputs'.nil.packages.default;
})
];