Commit Graph

36 Commits

Author SHA1 Message Date
seth
3169a2c192 treewide: add gnome circle team to all gnome circle apps 2024-12-11 14:27:13 -05: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
Weijia Wang
8b395e9e12
erlang-language-platform: 2024-07-16 -> 2024-11-07 (#354182) 2024-12-08 17:21:36 +01:00
R. Ryantm
6b2f6a9734 erlang-language-platform: 2024-07-16 -> 2024-11-07 2024-12-07 14:44:54 +01:00
luftmensch-luftmensch
3632a79510
errands: 46.2.6 -> 46.2.7 2024-12-07 11:01:43 +01:00
Ramses
69c07a1590
treewide: adopt/co-maintain some packages (#355700) 2024-12-05 09:29:28 +01:00
Yt
962a6862f0
erigon, nodeinfo: fix tags for buildGoModule (#360030) 2024-11-29 19:43:35 -05:00
R. Ryantm
0196082f6c ergo: 5.0.23 -> 5.0.24 2024-11-29 12:10:35 +00:00
Yueh-Shun Li
4b39e819bf erigon: fix tags
`tags` should be specified as a list of elements to form `-tags=e1,e2`,
not the `-tags=e1,e2` flag string itself.
2024-11-29 10:58:14 +08:00
Fernando Rodrigues
ec3d4c6c83
er-patcher: adopt
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-23 20:13:44 -03:00
R. Ryantm
9cfb5601bb erigon: 2.60.6 -> 2.60.10 2024-11-17 17:56:32 +00:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
Emily
6531d2e2b4
treewide: add missing sourceProvenance (#354383) 2024-11-14 00:21:28 +00:00
Reno Dakota
1f481ed5c7
treewide: add missing sourceProvenance
add binaryNativeCode to sourceProvenance
2024-11-12 06:14:40 +00:00
R. Ryantm
9393180297 erg: 0.6.45 -> 0.6.47 2024-11-09 17:38:17 +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
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Yt
dd46815684
erlang-language-platform: init at 2024-07-16 (#332273) 2024-11-05 18:56:36 -05:00
Emery Hemingway
0c36a76c57 eris-go: 20240920 -> 20241028
Update for a bugfix, fresh dependencies, and Fish completions.
2024-10-28 12:54:16 +00:00
luftmensch-luftmensch
77d670ed72
errands: 46.2.5 -> 46.2.6 2024-10-12 10:32:12 +02:00
luftmensch-luftmensch
d915be9dd8
errands: 46.2.4 -> 46.2.5 2024-10-05 11:30:30 +02:00
Emery Hemingway
2b10eb211d eris-go: 20240826 -> 20240920 2024-09-26 16:16:14 +00:00
natsukium
4620fbd2d4
era: init at 0.1.3 2024-09-15 14:16:14 +09:00
Emery Hemingway
780a7d3fe0 eris-go: 20240128 -> 20240826 2024-08-27 05:00:44 +00:00
offset---cyan
f4279308f0 erlang-language-platform: init at 2024-07-16 2024-08-10 18:41:13 +01:00
R. Ryantm
b6cd1dd3f0 errands: 46.2.3 -> 46.2.4 2024-07-22 11:46:25 +00:00
luftmensch-luftmensch
e27d126ba6
errands: 46.2.2 -> 46.2.3 2024-06-18 14:34:20 +02:00
luftmensch-luftmensch
2005aa65a1
errands: 46.2 -> 46.2.2 2024-05-26 12:01:46 +02:00
luftmensch-luftmensch
cf53f46ccf
errands: 46.1 -> 46.2 2024-05-20 18:34:37 +02:00
luftmensch-luftmensch
26e908f4fb
errands: 45.1.9 -> 46.1 2024-05-14 21:44:55 +02:00
aleksana
9dddc116d5 treewide: replace wrapGAppsHook with wrapGAppsHook4 for gtk4 apps 2024-04-06 01:33:38 +08:00
Pol Dellaiera
e9aa9b84a3
Merge pull request #278951 from sund3RRR/errands-init
errands: init at 45.1.9
2024-02-20 10:46:15 +01:00
Emery Hemingway
b92ea571aa eris-go: 20231219 -> 20240128 2024-02-16 10:41:32 +00:00
sunder
5a5f0a814c errands: init at 45.1.9 2024-02-14 12:13:59 +03:00
Emery Hemingway
b736a8a801 eris-go: 20231119 -> 20231219 2024-01-04 06:24:03 +00:00
Emery Hemingway
3d5455ac3b eriscmd: migrate from nimPackages.eris 2023-11-28 16:48:10 +02:00