graphene: correct test attr

This commit is contained in:
worldofpeace 2019-11-07 08:11:08 -05:00
parent 653d84b717
commit 4e75be5cd6

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
passthru = { passthru = {
tests = { tests = {
installedTests = nixosTests.graphene; installedTests = nixosTests.installed-tests.graphene;
}; };
}; };