mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
languages/nix: deprecate rnix
language server option
Abandoned, archived and wildly outdated.
This commit is contained in:
parent
c09ae380f0
commit
c734a81e40
4 changed files with 16 additions and 92 deletions
|
@ -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;
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue