mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
graphene: correct test attr
This commit is contained in:
parent
653d84b717
commit
4e75be5cd6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
passthru = {
|
||||
tests = {
|
||||
installedTests = nixosTests.graphene;
|
||||
installedTests = nixosTests.installed-tests.graphene;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue