1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

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";
};
}