nixos/tests/audit: add grimmauld to maintainers
This commit is contained in:
parent
916d8b65cf
commit
cf70c17cf2
@ -1,7 +1,12 @@
|
|||||||
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
name = "audit";
|
name = "audit";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
maintainers = with lib.maintainers; [ grimmauld ];
|
||||||
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
machine =
|
machine =
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user