crabfit-api: change tests to attrset
This commit is contained in:
parent
ef17bb6c88
commit
15e3636c0f
@ -68,7 +68,9 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
PROTOC = "${protobuf}/bin/protoc";
|
||||
|
||||
passthru.tests = [ nixosTests.crabfit ];
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) crabfit;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Enter your availability to find a time that works for everyone";
|
||||
|
Loading…
Reference in New Issue
Block a user