tests.trivial: Add meta

This commit is contained in:
Robert Hensing 2021-05-19 11:41:45 +02:00
parent 35406647fd
commit 14f54a8b3c

View file

@ -43,4 +43,11 @@ nixosTest {
${./test.sh} 2>/dev/console
""")
'';
meta = {
license = lib.licenses.mit; # nixpkgs license
maintainers = with lib.maintainers; [
roberth
];
description = "Run the Nixpkgs trivial builders tests";
};
}