mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/tests/bcachefs: update meta.maintainers
Inherit maintainers from bcachefs-tools package.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "bcachefs";
|
||||
meta.maintainers = with pkgs.lib.maintainers; [ Madouura ];
|
||||
meta = {
|
||||
inherit (pkgs.bcachefs-tools.meta) maintainers;
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
||||
Reference in New Issue
Block a user