nixos/tests/bcachefs: update meta.maintainers
Inherit maintainers from bcachefs-tools package.
Aidan Gauland 3 months ago 3b41a66a befb93b6
··· 1 1 { pkgs, ... }: 2 2 { 3 3 name = "bcachefs"; 4 4 - meta.maintainers = with pkgs.lib.maintainers; [ Madouura ]; 4 4 + meta = { 5 5 + inherit (pkgs.bcachefs-tools.meta) maintainers; 6 6 + }; 5 7 6 8 nodes.machine = 7 9 { pkgs, ... }: