Commit Graph

14 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
Kevin Cox
fb9b5c806b
mautrix-meta: drop maintainership Rutherther (#346916) 2024-10-06 14:45:10 -04:00
Rutherther
379ca4e67f mautrix-meta: drop maintainership Rutherther 2024-10-06 20:33:42 +02:00
Rutherther
9ef2c90877
mautrix-meta: 0.3.2 -> 0.4.0
This update cannot be done by the nixpkgs bot, as
the structure of the project has been changed, so why wait.

The mautrix-meta project has been moved under "cmd/mautrix-meta"
There is also "cmd/lscli", but since this package is mainly
about mautrix-meta, I think we can stay with this specific cmd.
If we wanted, we could switch to both of them by removing this
`subPackages` attribute.
2024-09-19 13:53:29 +02:00
K900
cedcff6b49
mautrix-meta: adds maintainer, adds automatic updating (#338768) 2024-09-06 11:32:51 +03:00
eyjhb
5fb520389b
mautrix-meta: fixed typo in description 2024-09-05 15:40:59 +02:00
eyjhb
941bb6bf9b
mautrix-meta: add updateScript 2024-09-05 15:40:55 +02:00
eyjhb
fb6458be9e
mautrix-meta: add eyjhb as maintainer 2024-09-01 11:13:53 +02:00
George Macon
8b17835309 mautrix-{meta,signal,whatsapp}: Optionally build against goolm
After olm gained knownVulnerabilities in #334638, allow building these
bridges using the pure-Go goolm library instead of libolm bindings.
2024-08-30 17:51:41 -04:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
R. Ryantm
60d4768667 mautrix-meta: 0.3.1 -> 0.3.2 2024-07-16 15:20:11 +00:00
R. Ryantm
ac5e6909e4 mautrix-meta: 0.3.0 -> 0.3.1 2024-05-17 03:19:51 +00:00
Kevin Cox
5f569a8c23
mautrix-meta: 0.2.0 → 0.3.0
This contains many improvements, some notable changes:

- A handful of backfill improvements.
- Memory usage improvements for video download.
- Support for more event types.

See full list: https://github.com/mautrix/meta/compare/v0.2.0...v0.3.0
2024-04-16 09:21:58 -04:00
Rutherther
404d79c3d0 mautrix-meta: init at v0.2.0 2024-03-31 17:53:51 +02:00