Commit Graph

30 Commits

Author SHA1 Message Date
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
e4a9985d9d eigenlayer: 0.13.2 -> 0.13.3 2025-08-27 11:32:12 +00:00
R. Ryantm
c57790c0b1 eigenlayer: 0.13.1 -> 0.13.2 2025-07-05 11:19:53 +00:00
R. Ryantm
48ad36a650 eigenlayer: 0.11.2 -> 0.13.1 2025-06-16 17:17:25 +00:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

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 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +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
5567f4cd1b eigenlayer: 0.11.1 -> 0.11.2 2025-03-01 06:15:30 +00:00
R. Ryantm
d33d8fdcc8 eigenlayer: 0.11.0 -> 0.11.1 2025-02-02 04:20:59 +00:00
R. Ryantm
9101a1eeb4 eigenlayer: 0.10.8 -> 0.11.0 2024-12-18 14:13:16 +00:00
R. Ryantm
371a4872f1 eigenlayer: 0.10.6 -> 0.10.8 2024-10-28 10:17:46 +00:00
R. Ryantm
0e82fac8be eigenlayer: 0.10.4 -> 0.10.6 2024-10-02 09:46:34 +00:00
R. Ryantm
c0467c6864 eigenlayer: 0.10.3 -> 0.10.4 2024-09-25 22:59:31 +00:00
R. Ryantm
6f5ad9b694 eigenlayer: 0.10.2 -> 0.10.3 2024-08-29 00:07:10 +00:00
R. Ryantm
4d277b2183 eigenlayer: 0.10.0 -> 0.10.2 2024-08-23 07:13:19 +00:00
R. Ryantm
a926749e19 eigenlayer: 0.9.3 -> 0.10.0 2024-08-15 10:54:01 +00:00
R. Ryantm
1aa9ba7bfe eigenlayer: 0.9.2 -> 0.9.3 2024-08-08 17:52:56 +00:00
R. Ryantm
ae580cbeb5 eigenlayer: 0.8.2 -> 0.9.2 2024-07-27 23:46:05 +00:00
R. Ryantm
7836502877 eigenlayer: 0.8.1 -> 0.8.2 2024-06-08 09:54:11 +00:00
R. Ryantm
adb421589c eigenlayer: 0.8.0 -> 0.8.1 2024-06-01 03:38:29 +00:00
R. Ryantm
3414a30e5e eigenlayer: 0.7.3 -> 0.8.0 2024-05-15 08:04:17 +00:00
R. Ryantm
23ab7909b4 eigenlayer: 0.7.2 -> 0.7.3 2024-04-19 22:37:04 +00:00
R. Ryantm
384eea2fd8 eigenlayer: 0.7.0 -> 0.7.2 2024-04-13 12:40:56 +00:00
R. Ryantm
2ad0f8ca0f eigenlayer: 0.6.3 -> 0.7.0 2024-04-08 08:33:11 +00:00
R. Ryantm
80ab3315ce eigenlayer: 0.6.2 -> 0.6.3 2024-03-20 16:21:01 +00:00
R. Ryantm
77a2d8a5de eigenlayer: 0.6.1 -> 0.6.2 2024-02-19 01:44:08 +00:00
R. Ryantm
d7f336c0e4 eigenlayer: 0.5.2 -> 0.6.1 2024-02-12 06:42:44 +00:00
R. Ryantm
84e45e0df8 eigenlayer: 0.5.1 -> 0.5.2 2024-02-01 18:31:22 +00:00
Sergey Yakovlev
14a3e0a63c eigenlayer: 0.5.0 -> 0.5.1 2024-01-10 23:04:16 +02:00
Sergey Yakovlev
75ca6153e2 eigenlayer: init at 0.5.0 2023-12-21 14:45:21 +02:00