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
5ca22e6232 prometheus-influxdb-exporter: 0.11.7 -> 0.12.0 2024-10-26 04:36:44 +00:00
R. Ryantm
8ab167a8c8 prometheus-influxdb-exporter: 0.11.5 -> 0.11.7 2024-08-19 01:45:18 +00:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Martin Weinelt
4611371303
treewide: scale back maintainership for various packages 2024-01-05 14:43:39 +01:00
R. Ryantm
1f4a878c19 prometheus-influxdb-exporter: 0.11.4 -> 0.11.5 2023-12-18 01:29:56 +00:00
R. Ryantm
e6bdeb588d prometheus-influxdb-exporter: 0.11.3 -> 0.11.4 2023-06-11 00:09:51 +00:00
R. Ryantm
839130b9f7 prometheus-influxdb-exporter: 0.11.2 -> 0.11.3 2023-03-10 02:00:36 +00:00
R. Ryantm
4624867084 prometheus-influxdb-exporter: 0.11.1 -> 0.11.2 2023-02-04 11:03:35 +00:00
Fabian Affolter
a0cc9d8d7b
prometheus-influxdb-exporter: add changelog to meta 2022-12-10 23:40:17 +01:00
R. Ryantm
f8b73b826a prometheus-influxdb-exporter: 0.10.0 -> 0.11.1 2022-12-10 21:06:22 +00:00
Jiajie Chen
919b82bacf prometheus-influxdb-exporter: 0.8.0 -> 0.10.0 2022-07-26 04:52:40 +02:00
Sandro Jäckel
a2758d5a99
influxdb-exporter: format, cleanup 2021-07-29 14:19:26 +02:00
Martin Weinelt
41724be4e6
prometheus-influxdb-exporter: init at 0.8.0 2021-07-26 13:14:43 +02:00