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:
parent
35406647fd
commit
14f54a8b3c
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue