0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Merge staging-next-24.11 into staging-24.11

This commit is contained in:
github-actions[bot] 2024-12-25 00:17:51 +00:00 committed by GitHub
commit 7835ff0ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 762 additions and 202 deletions

View file

@ -19,7 +19,7 @@ let
in
makeTest {
name = "postgresql-wal-receiver-${package.name}";
meta.maintainers = with lib.maintainers; [ pacien ];
meta.maintainers = with lib.maintainers; [ euxane ];
nodes.machine =
{ ... }:

View file

@ -123,7 +123,7 @@ import ./make-test-python.nix (
meta = {
maintainers = with lib.maintainers; [
happysalada
pacien
euxane
onny
];
};