crabfit-{frontend,api}: change tests to attrset (#350000)

This commit is contained in:
Sefa Eyeoglu 2024-10-20 20:41:21 +02:00 committed by GitHub
commit a40588c5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -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";

View File

@ -107,7 +107,9 @@ stdenv.mkDerivation (finalAttrs: {
ln -s /var/cache/crabfit $out/standalone/.next/cache
'';
passthru.tests = [ nixosTests.crabfit ];
passthru.tests = {
inherit (nixosTests) crabfit;
};
meta = {
description = "Enter your availability to find a time that works for everyone";