Commit Graph

31 Commits

Author SHA1 Message Date
R. Ryantm
59116acb2c yourkit-java: 2025.9-b175 -> 2025.9-b191 2026-03-06 21:19:12 +00:00
R. Ryantm
f2e441753e yourkit-java: 2025.9-b161 -> 2025.9-b175 2025-12-27 12:42:55 +00:00
Ihar Hrachyshka
a269d900c4 treewide: remove remaining meta = with lib; 2025-12-14 15:16:00 -05:00
Ihar Hrachyshka
567e8dfd8e 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>
2025-12-10 18:09:49 +01:00
R. Ryantm
d0c091bca3 yourkit-java: 2025.3-b154 -> 2025.9-b161 2025-10-07 09:35:35 +00:00
Tomodachi94
a4dd7db0dc treewide(java-users): clean callPackage overrides, by-name some
**This commit should cause no rebuilds.**

# Moving Java overrides out of all-packages

All usages of this pattern have been moved to
'let ... in' blocks.

Patterns I searched for:
* `jdk =`
* `jdk_headless =`
* `jre =`
* `jfx =`

The `jing` alias has been moved to aliases.nix, so
update the usage of `jing` in `xmloscopy` to
`jing-trang`.

cassandra was ignored because that derivation
involves code generation.

I ignored grails, because jdk is set to null by
default by an override in all-packages.nix. That
package would need a slightly larger refactor to
deal with.

Packages with a *-native variant were ignored because
those would need to be refactored.

jetbrains was ignored because that might be a special case?

I ignored virtualbox, because I did not want
to touch the usages of the pattern for other
dependencies.
2025-09-25 03:46:35 +00:00
R. Ryantm
277ca5fa9f yourkit-java: 2025.3-b153 -> 2025.3-b154 2025-08-16 13:15:06 +00:00
R. Ryantm
54b441ddf2 yourkit-java: 2025.3-b151 -> 2025.3-b153 2025-08-07 15:05:57 +00:00
R. Ryantm
7a176ceb71 yourkit-java: 2025.3-b147 -> 2025.3-b151 2025-07-03 10:55:57 +00:00
R. Ryantm
cf1cbfcf9d yourkit-java: 2025.3-b135 -> 2025.3-b147 2025-06-14 15:22:08 +00:00
R. Ryantm
d0922d8f6e yourkit-java: 2025.3-b134 -> 2025.3-b135 2025-04-17 17:05:01 +00:00
R. Ryantm
fa6c1b73b3 yourkit-java: 2024.9-b164 -> 2025.3-b134 2025-04-07 22:27:19 +02:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
R. Ryantm
08eb90d41e yourkit-java: 2024.9-b163 -> 2024.9-b164 2025-02-19 23:34:38 +00:00
R. Ryantm
2d020cdd57 yourkit-java: 2024.9-b161 -> 2024.9-b163 2025-01-25 01:56:31 +00:00
R. Ryantm
226fc8388b yourkit-java: 2024.9-b160 -> 2024.9-b161 2024-12-21 19:22:28 +00:00
R. Ryantm
e212a5419c yourkit-java: 2024.9-b159 -> 2024.9-b160 2024-12-10 18:41:28 +00:00
R. Ryantm
b8fa6e26eb yourkit-java: 2024.9-b158 -> 2024.9-b159 2024-11-17 07:43:54 +00:00
R. Ryantm
aaa845a24a yourkit-java: 2024.3-b161 -> 2024.9-b158 2024-10-06 00:49:59 +00:00
R. Ryantm
2646e3618c yourkit-java: 2024.3-b157 -> 2024.3-b161 2024-09-06 06:50:12 +00:00
Guanpeng Xu
47418c6b9b yourkit-java: 2024.3-b154 -> 2024.3-b157 2024-06-24 10:16:31 -07:00
Guanpeng Xu
1755fd1be1 yourkit-java: use a more precise name 2024-06-07 12:35:04 -07:00
Guanpeng Xu
a9b1b1aa35 yourkit-java: modify as suggested 2024-06-07 12:28:21 -07:00
Guanpeng Xu
9ced299140 yourkit-java: 2024.3-b150 -> 2024.3-b154 2024-06-05 14:50:14 -07:00
Guanpeng Xu
0467bb79a0 yourkit-java: 2024.3-b148 -> 2024.3-b150 2024-04-03 07:38:31 -07:00
Guanpeng Xu
7287165e84 yourkit-java: 2023.9-b110 -> 2024.3-b148 2024-03-20 22:44:22 -07:00
Guanpeng Xu
881fc0de6a yourkit-java: 2023.9-b109 -> 2023.9-b110 2024-03-16 20:25:53 -07:00
Guanpeng Xu
42f03f3229 yourkit-java: 2023.9-b107 -> 2023.9-b109 2024-02-24 23:54:01 -08:00
Guanpeng Xu
956a23b5d2 yourkit-java: 2023.9-b107 -> 2023.9-b109 2024-02-24 10:19:40 -08:00
Guanpeng Xu
7142e28c8b yourkit-java: 2023.9-b103 -> 2023.9-b107 2024-02-04 15:39:41 -08:00
Guanpeng Xu
9b6920dedf yourkit-java: move to by-name 2024-01-05 11:53:33 -08:00