Commit Graph

52 Commits

Author SHA1 Message Date
R. Ryantm
352dd6f5e5 eigenmath: 3.33-unstable-2024-11-22 -> 3.35-unstable-2024-12-11 2024-12-11 22:56:52 +00:00
Silvan Mosberger
4f0dadbf38 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 a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Jonas Heinrich
ded2c6807a eintopf: 0.14.2 -> 0.14.3 2024-12-03 14:41:08 +01:00
Jonas Heinrich
655aa02cc9
eintopf: 0.14.1 -> 0.14.2; eintopf.frontend: 0.14.1 -> 0.14.2 (#353955) 2024-12-03 14:33:12 +01:00
R. Ryantm
853bcb8549 eigenmath: 3.27-unstable-2024-10-18 -> 3.33-unstable-2024-11-22 2024-11-25 09:44:29 +00:00
aleksana
571c71e6f7 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.
2024-11-09 20:04:51 +08:00
Jonas Heinrich
b6176b5fd2 eintopf.frontend: cleanup and modernize 2024-11-06 07:48:09 +01:00
Jonas Heinrich
1ca183731c eintopf: reformat 2024-11-06 07:17:22 +01:00
Jonas Heinrich
9f8d8481a4 eintopf.frontend: reformat 2024-11-06 07:17:16 +01:00
Jonas Heinrich
b3edb98d8c eintopf.frontend: 0.14.1 -> 0.14.2 2024-11-06 07:17:06 +01:00
Jonas Heinrich
ef8c5ac5a5 eintopf: 0.14.1 -> 0.14.2 2024-11-06 07:17:00 +01:00
R. Ryantm
371a4872f1 eigenlayer: 0.10.6 -> 0.10.8 2024-10-28 10:17:46 +00:00
Peder Bergebakken Sundt
d7b0a7f501 eiwd: use stdenv.buildPlatform.canExecute 2024-10-21 11:34:18 +02:00
R. Ryantm
0626ef95d3 eiwd: 2.16-1 -> 2.22-1 2024-10-09 12:35:49 +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
Guilhem Saurel
784a937962 eiquadprog: build documentation 2024-09-18 23:27:16 +02:00
Guilhem Saurel
641aa81f63 eiquadprog: set platforms 2024-09-18 23:26:37 +02:00
Guilhem Saurel
c3cc52fe6b eigenrand: init at 0.5.1
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-09-12 11:06:33 +02:00
Yt
6aeb223337
eintopf: 0.13.16 -> 0.14.1 (#336806) 2024-09-06 00:48:07 +00:00
Aleksana
0030e0df08
tsid: init at 1.7.1 (#337587) 2024-09-05 09:32:12 +08:00
Jonas Heinrich
be008eb9ee eintopf: 0.13.16 -> 0.14.1 2024-08-31 10:58:30 +02:00
R. Ryantm
6f5ad9b694 eigenlayer: 0.10.2 -> 0.10.3 2024-08-29 00:07:10 +00:00
Guilhem Saurel
9496aef133 eiquadprog: init at v1.2.9 2024-08-26 15:12:23 +02:00
Nick Cao
c5b85377d6
Merge pull request #336715 from r-ryantm/auto-update/eigenlayer
eigenlayer: 0.10.0 -> 0.10.2
2024-08-23 15:17:58 -04:00
R. Ryantm
4d277b2183 eigenlayer: 0.10.0 -> 0.10.2 2024-08-23 07:13:19 +00:00
ghpzin
6d206633f6
eintopf: fix frontend build 2024-08-20 00:40:06 +03: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
tomberek
3840678ff5
Merge pull request #330536 from r-ryantm/auto-update/eigenlayer
eigenlayer: 0.8.2 -> 0.9.2
2024-08-04 14:32:27 -04:00
Peder Bergebakken Sundt
29ab705c17 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
repeat of #271241
discussion: #272978

I did not replace the instance in eiwd, since it causes an infinite recursion.
2024-07-30 18:32:01 +02:00
R. Ryantm
ae580cbeb5 eigenlayer: 0.8.2 -> 0.9.2 2024-07-27 23:46:05 +00:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
Jonas Heinrich
5f4c030504 eintopf: init 0.13.16 2024-07-05 13:12:35 +02: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
9d5833259f eiwd: 2.14-1 -> 2.16-1 2024-03-18 17:14:39 +00:00
Weijia Wang
f545f35648
Merge pull request #289453 from r-ryantm/auto-update/eiwd
eiwd: 2.10-1 -> 2.14-1
2024-03-07 16:36:20 +01:00
R. Ryantm
77a2d8a5de eigenlayer: 0.6.1 -> 0.6.2 2024-02-19 01:44:08 +00:00
R. Ryantm
cf4a87c39c eiwd: 2.10-1 -> 2.14-1 2024-02-17 05:44:57 +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
Weijia Wang
2b99dcfb38
Merge pull request #274228 from r-ryantm/auto-update/eiwd
eiwd: 2.8-1 -> 2.10-1
2024-01-28 11:35:39 +01: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