tests.trivial: Add meta
This commit is contained in:
parent
35406647fd
commit
14f54a8b3c
|
@ -43,4 +43,11 @@ nixosTest {
|
||||||
${./test.sh} 2>/dev/console
|
${./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 New Issue