Commit Graph

17 Commits

Author SHA1 Message Date
R. Ryantm
e225f15971 pgbackrest: 2.57.0 -> 2.58.0 2026-01-19 13:32:12 +00:00
Rafael Ieda
fba21b3d22 treewide: remove iedame 2025-11-10 10:24:56 -03:00
R. Ryantm
de4fb3bb28 pgbackrest: 2.56.0 -> 2.57.0 2025-10-18 13:14:03 +00:00
Rafael Ieda
49f3a9f7cb pgbackrest: 2.55.1 -> 2.56.0 2025-09-17 15:55:24 -03:00
Rafael Ieda
6504f54b0f pgbackrest: add maintainer iedame 2025-09-16 20:16:34 -03:00
Wolfgang Walther
d5ddb6116f nixos/pgbackrest: init module 2025-05-12 09:14:37 +02:00
Wolfgang Walther
df8580dc6f pgbackrest: modernize 2025-05-12 09:14:34 +02:00
R. Ryantm
a913d4455f pgbackrest: 2.55.0 -> 2.55.1 2025-05-06 08:11:24 +00:00
R. Ryantm
e433aff705 pgbackrest: 2.54.2 -> 2.55.0 2025-04-22 01:44:37 +00:00
nixpkgs-ci[bot]
9fb7ecfb57 Merge staging-next into staging 2025-01-22 00:14:52 +00:00
R. Ryantm
c7ca6dccbf pgbackrest: 2.54.1 -> 2.54.2 2025-01-21 08:05:31 +00:00
Wolfgang Walther
546ece569b libpq: init at 17.2
Resolves #61580
2025-01-19 12:49:21 +01:00
Nick Cao
3b74ae165f pgbackrest: drop custom installPhase (#365451) 2024-12-18 08:19:36 -05:00
R. Ryantm
22edfc7ca6 pgbackrest: 2.54.0 -> 2.54.1 2024-12-17 01:44:06 +00:00
Nick Cao
b853a407cb pgbackrest: drop custom installPhase 2024-12-15 17:23:41 -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
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