mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 05:47:57 +00:00
graphene: correct test attr
This commit is contained in:
parent
653d84b717
commit
4e75be5cd6
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
installedTests = nixosTests.graphene;
|
||||
installedTests = nixosTests.installed-tests.graphene;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user