nixos/tests/bcachefs: update meta.maintainers

Inherit maintainers from bcachefs-tools package.
This commit is contained in:
Aidan Gauland
2025-09-14 09:45:11 +12:00
parent befb93b6db
commit 3b41a66a68

View File

@@ -1,7 +1,9 @@
{ pkgs, ... }:
{
name = "bcachefs";
meta.maintainers = with pkgs.lib.maintainers; [ Madouura ];
meta = {
inherit (pkgs.bcachefs-tools.meta) maintainers;
};
nodes.machine =
{ pkgs, ... }: