Commit Graph

15 Commits

Author SHA1 Message Date
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
R. Ryantm
2add8b96f5 clash-meta: 1.18.10 -> 1.19.0 2024-12-09 12:35:34 +00:00
R. Ryantm
412eaa6497 mihomo: 1.18.9 -> 1.18.10 2024-11-03 19:43:51 +00:00
R. Ryantm
3d6a7e1367 mihomo: 1.18.8 -> 1.18.9 2024-10-03 08:08:55 +00:00
R. Ryantm
9271ee409c clash-meta: 1.18.7 -> 1.18.8 2024-09-02 12:37:02 +00:00
R. Ryantm
7dbb0ece0b clash-meta: 1.18.6 -> 1.18.7 2024-07-28 12:42:52 +00:00
R. Ryantm
80732307f5 mihomo: 1.18.5 -> 1.18.6 2024-07-02 00:49:22 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
43acb103c6 clash-meta: 1.18.4 -> 1.18.5 2024-05-22 04:19:03 +02:00
oluceps
0d8e875ccd
mihomo: 1.18.3 -> 1.18.4
Diff: https://github.com/MetaCubeX/mihomo/compare/v1.18.3...v1.18.4
2024-04-29 06:53:33 +00:00
Guanran Wang
1603e263f3
mihomo: use correct github homepage branch 2024-04-07 21:49:15 +08:00
R. Ryantm
c059256499 clash-meta: 1.18.2 -> 1.18.3 2024-04-04 19:39:37 +00:00
R. Ryantm
4bf2fa379a mihomo: 1.18.1 -> 1.18.2 2024-03-27 13:26:59 +00:00
Guanran Wang
84bbdc744e
nixos/mihomo: add tests 2024-03-11 09:51:36 +08:00
oluceps
3f9f279cef
clash-meta: rename to mihomo (#271658)
* mihomo: rename from clash-meta

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>

* clash-meta: reinit at 1.8.1

---------

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-03-10 19:46:10 +01:00