| Commit message (Expand) | Author | Age | Files | Lines |
| * | crystalline: fix build | Gaetan Lepage | 2026-02-02 | 1 | -1/+6 |
| * | nixt: 2.8.1 -> 2.8.2 | R. Ryantm | 2026-01-11 | 1 | -2/+2 |
| * | various: migrate callPackage to by-name | Guy Chronister | 2026-01-09 | 1 | -27/+0 |
| * | nixf: fix cross compilation | Colin | 2025-12-27 | 1 | -0/+5 |
| * | fortls: migrate to by-name, add tests, modernize•••Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
| Ethan Carter Edwards | 2025-12-26 | 1 | -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 Horstman | 2025-12-25 | 1 | -2/+2 |
| * | nixd: 2.7.0 -> 2.8.0•••Changelog: https://github.com/nix-community/nixd/releases/tag/2.8.0
| Michael Daniels | 2025-12-24 | 1 | -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 Hrachyshka | 2025-12-10 | 3 | -9/+9 |
| * | nixd: work around meson bug to fix build | Grimmauld | 2025-10-04 | 1 | -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 Walther | 2025-09-22 | 1 | -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 Weinelt | 2025-07-02 | 2 | -0/+2 |
| * | nixf: 2.6.3 -> 2.6.4 | Yingchi Long | 2025-05-12 | 1 | -8/+5 |
| * | nixt: 2.6.2 -> 2.6.3 | R. Ryantm | 2025-04-09 | 1 | -2/+2 |
| * | nixd,nixt: Pin nix_2_24 | Robert Hensing | 2025-04-08 | 1 | -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
| Winter | 2025-04-08 | 1 | -1/+1 |
| * | treewide: replace `rev` with `tag` | Pol Dellaiera | 2025-04-07 | 1 | -1/+1 |
| * | treewide: migrate packages to pkgs/by-name, again | jopejoe1 | 2025-03-25 | 2 | -68/+0 |
| * | nixf: 2.6.1 -> 2.6.2 | R. Ryantm | 2025-03-21 | 1 | -2/+2 |
| * | fortls: 3.1.2 -> 3.2.2 | R. Ryantm | 2025-03-18 | 1 | -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 Turner | 2025-02-27 | 1 | -5/+5 |
| * | nixd: 2.6.0 -> 2.6.1 | Heitor Augusto | 2025-02-02 | 1 | -3/+3 |
| * | nixt: 2.5.1 -> 2.6.0 | R. Ryantm | 2025-01-26 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -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 Mosberger | 2024-12-10 | 4 | -27/+60 |
| * | {nixf,nixt,nixd}: unpin Boost | Emily | 2024-11-25 | 1 | -4/+4 |
| * | nixd: 2.5.0 -> 2.5.1 | R. Ryantm | 2024-11-17 | 1 | -2/+2 |
| * | nixf: 2.4.0 -> 2.5.0 (#355102) | Aleksana | 2024-11-12 | 1 | -2/+2 |
| |\ |
|
| | * | nixf: 2.4.0 -> 2.5.0 | R. Ryantm | 2024-11-12 | 1 | -2/+2 |
| * | | lua-language-server: move to by-name | Gaetan Lepage | 2024-11-10 | 1 | -109/+0 |
| |/ |
|
| * | ccls: 0.20240505 -> 0.20241108 (#354698) | Nick Cao | 2024-11-09 | 1 | -2/+2 |
| |\ |
|
| | * | ccls: 0.20240505 -> 0.20241108 | R. Ryantm | 2024-11-09 | 1 | -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.
| aleksana | 2024-11-09 | 29 | -3526/+0 |
| |/ |
|
| * | zls: move to by-name (#290196) | Emily | 2024-11-08 | 2 | -61/+0 |
| |\ |
|
| | * | zls: move to by-name | fortuneteller2k | 2024-11-07 | 2 | -61/+0 |
| * | | lua-language-server: 3.11.1 -> 3.12.0 (#352961) | Austin Horstman | 2024-11-08 | 1 | -2/+6 |
| |\ \ |
|
| | * | | lua-language-server: disable flaky tests | Gutyina Gergő | 2024-11-03 | 1 | -0/+4 |
| | * | | lua-language-server: 3.11.1 -> 3.12.0 | Gutyina Gergő | 2024-11-01 | 1 | -2/+2 |
| | |/ |
|
| * / | beancount-language-server: 1.3.5 -> 1.3.6•••Builds locally on my x86_64 nixos machine
| A cursed quail | 2024-10-30 | 1 | -3/+3 |
| |/ |
|
| * | crystalline: 0.14.1 -> 0.15.0 (#351636) | Donovan Glover | 2024-10-27 | 1 | -2/+2 |
| |\ |
|
| | * | crystalline: 0.14.1 -> 0.15.0 | R. Ryantm | 2024-10-27 | 1 | -2/+2 |
| * | | metals: 1.3.5 -> 1.4.0 | Jaakko Paju | 2024-10-26 | 1 | -2/+2 |
| |/ |
|
| * | neocmakelsp: 0.8.4 -> 0.8.12 | rewine | 2024-10-24 | 1 | -3/+3 |
| * | jq-lsp: 0.1.3 -> 0.1.4 | R. Ryantm | 2024-10-14 | 1 | -2/+2 |
| * | lua-language-server: 3.10.6 -> 3.11.1 (#345502) | Franz Pletz | 2024-10-09 | 1 | -2/+2 |
| |\ |
|
| | * | lua-language-server: 3.10.6 -> 3.11.1 | Gutyina Gergő | 2024-10-09 | 1 | -2/+2 |
| * | | crystalline: 0.14.0 -> 0.14.1 (#345835) | Nick Cao | 2024-10-07 | 1 | -2/+2 |
| |\ \ |
|
| | * | | crystalline: 0.14.0 -> 0.14.1 | R. Ryantm | 2024-10-02 | 1 | -2/+2 |
| * | | | ccls: 0.20240202 -> 0.20240505 | R. Ryantm | 2024-10-03 | 1 | -2/+2 |
| |/ / |
|
| * / | nixd: 2.3.2 -> 2.4.0 | R. Ryantm | 2024-09-28 | 1 | -2/+2 |
| |/ |
|
| * | crystalline: 0.13.1 -> 0.14.0 (#341835) | OTABI Tomoya | 2024-09-25 | 1 | -2/+2 |
| |\ |
|