summaryrefslogtreecommitdiff
path: root/pkgs/development/tools/language-servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crystalline: fix buildGaetan Lepage2026-02-021-1/+6
* nixt: 2.8.1 -> 2.8.2R. Ryantm2026-01-111-2/+2
* various: migrate callPackage to by-nameGuy Chronister2026-01-091-27/+0
* nixf: fix cross compilationColin2025-12-271-0/+5
* fortls: migrate to by-name, add tests, modernize•••Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com> Ethan Carter Edwards2025-12-261-39/+0
* nixd: 2.8.0 -> 2.8.1•••Changelog: https://github.com/nix-community/nixd/releases/tag/2.8.1 Signed-off-by: Austin Horstman <khaneliman12@gmail.com> Austin Horstman2025-12-251-2/+2
* nixd: 2.7.0 -> 2.8.0•••Changelog: https://github.com/nix-community/nixd/releases/tag/2.8.0 Michael Daniels2025-12-241-2/+3
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-103-9/+9
* nixd: work around meson bug to fix buildGrimmauld2025-10-041-0/+1
* nixd: 2.6.4 -> 2.7.0•••Release Notes: https://github.com/nix-community/nixd/releases/tag/2.7.0 Nix-related changes adapated from commit: https://github.com/nix-community/nixd/commit/52322139bb3ea930c2504a5a4ab9232fa40284c6 Wolfgang Walther2025-09-221-5/+11
* treewide: add explicit format attribute for Python packages•••If a Python package does not come with either `format` or `pyproject` we consider it a setuptools build, that calls `setup.py` directly, which is deprecated. This change, as a first step, migrates a large chunk of these packages to set setuptools as their explicit format This is so we can unify the problem space for the next step of the migration. Martin Weinelt2025-07-022-0/+2
* nixf: 2.6.3 -> 2.6.4Yingchi Long2025-05-121-8/+5
* nixt: 2.6.2 -> 2.6.3R. Ryantm2025-04-091-2/+2
* nixd,nixt: Pin nix_2_24Robert Hensing2025-04-081-5/+5
* Revert "treewide: replace `rev` with `tag`"•••This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. This wasn't tested for correctness with something like fodwatch [0], and should not have been (self-)merged so quickly, especially without further review. It also resulted in the breakage of at least one package [1] (and that's the one we know of and was caught). A few packages that were updated in between this commit and this revert were not reverted back to using `rev`, but other than that, this is a 1:1 revert. [0]: https://codeberg.org/raphaelr/fodwatch [1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9 Winter2025-04-081-1/+1
* treewide: replace `rev` with `tag`Pol Dellaiera2025-04-071-1/+1
* treewide: migrate packages to pkgs/by-name, againjopejoe12025-03-252-68/+0
* nixf: 2.6.1 -> 2.6.2R. Ryantm2025-03-211-2/+2
* fortls: 3.1.2 -> 3.2.2R. Ryantm2025-03-181-2/+2
* nixForLinking: init•••Overlays for CppNix nightly, Lix, or Tvix want to change the default Nix implementation in Nixpkgs by overriding `pkgs.nix`. However, some packages link against the internal/unstable CppNix APIs directly, and these packages will break if built with different versions or implementations of Nix. If you want to swap out the Nix implementation in your package set, you don't want these packages to break. Therefore, some packages will refer to `nixForLinking` explicitly, at least until these dependencies can be sorted out. The addition of an explicit `nixForLinking` attribute decoupled from `nix`, which is just "a Nix implementation", will help Nix implementation maintainers test Nix implementations in Nixpkgs with minimal hassle. Rebecca Turner2025-02-271-5/+5
* nixd: 2.6.0 -> 2.6.1Heitor Augusto2025-02-021-3/+3
* nixt: 2.5.1 -> 2.6.0R. Ryantm2025-01-261-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev 78e9caf153f5a339bf1d4c000ff6f0a503a369c8 result/bin/apply-formatting $NIXPKGS_PATH Silvan Mosberger2024-12-104-27/+60
* {nixf,nixt,nixd}: unpin BoostEmily2024-11-251-4/+4
* nixd: 2.5.0 -> 2.5.1R. Ryantm2024-11-171-2/+2
* nixf: 2.4.0 -> 2.5.0 (#355102)Aleksana2024-11-121-2/+2
|\
| * nixf: 2.4.0 -> 2.5.0R. Ryantm2024-11-121-2/+2
* | lua-language-server: move to by-nameGaetan Lepage2024-11-101-109/+0
|/
* ccls: 0.20240505 -> 0.20241108 (#354698)Nick Cao2024-11-091-2/+2
|\
| * ccls: 0.20240505 -> 0.20241108R. Ryantm2024-11-091-2/+2
* | treewide: migrate packages to pkgs/by-name, take 1•••We are migrating packages that meet below requirements: 1. using `callPackage` 2. called path is a directory 3. overriding set is empty (`{ }`) 4. not containing path expressions other than relative path (to makenixpkgs-vet happy) 5. not referenced by nix files outside of the directory, other than`pkgs/top-level/all-packages.nix` 6. not referencing nix files outside of the directory 7. not referencing `default.nix` (since it's changed to `package.nix`) 8. `outPath` doesn't change after migration The tool is here: https://github.com/Aleksanaa/by-name-migrate. aleksana2024-11-0929-3526/+0
|/
* zls: move to by-name (#290196)Emily2024-11-082-61/+0
|\
| * zls: move to by-namefortuneteller2k2024-11-072-61/+0
* | lua-language-server: 3.11.1 -> 3.12.0 (#352961)Austin Horstman2024-11-081-2/+6
|\ \
| * | lua-language-server: disable flaky testsGutyina Gergő2024-11-031-0/+4
| * | lua-language-server: 3.11.1 -> 3.12.0Gutyina Gergő2024-11-011-2/+2
| |/
* / beancount-language-server: 1.3.5 -> 1.3.6•••Builds locally on my x86_64 nixos machine A cursed quail2024-10-301-3/+3
|/
* crystalline: 0.14.1 -> 0.15.0 (#351636)Donovan Glover2024-10-271-2/+2
|\
| * crystalline: 0.14.1 -> 0.15.0R. Ryantm2024-10-271-2/+2
* | metals: 1.3.5 -> 1.4.0Jaakko Paju2024-10-261-2/+2
|/
* neocmakelsp: 0.8.4 -> 0.8.12rewine2024-10-241-3/+3
* jq-lsp: 0.1.3 -> 0.1.4R. Ryantm2024-10-141-2/+2
* lua-language-server: 3.10.6 -> 3.11.1 (#345502)Franz Pletz2024-10-091-2/+2
|\
| * lua-language-server: 3.10.6 -> 3.11.1Gutyina Gergő2024-10-091-2/+2
* | crystalline: 0.14.0 -> 0.14.1 (#345835)Nick Cao2024-10-071-2/+2
|\ \
| * | crystalline: 0.14.0 -> 0.14.1R. Ryantm2024-10-021-2/+2
* | | ccls: 0.20240202 -> 0.20240505R. Ryantm2024-10-031-2/+2
|/ /
* / nixd: 2.3.2 -> 2.4.0R. Ryantm2024-09-281-2/+2
|/
* crystalline: 0.13.1 -> 0.14.0 (#341835)OTABI Tomoya2024-09-251-2/+2
|\