nixos/tests/atop: remove top-level string
Attributes in the top-level of a test should be derivations, otherwise they will cause an evaluation failure in hydra.
This commit is contained in:
parent
699b8d671d
commit
cbd515e44c
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ let assertions = rec {
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "atop";
|
|
||||||
|
|
||||||
justThePackage = makeTest {
|
justThePackage = makeTest {
|
||||||
name = "atop-justThePackage";
|
name = "atop-justThePackage";
|
||||||
machine = {
|
machine = {
|
||||||
|
|
Loading…
Reference in a new issue