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
2 changed files with 6 additions and 2 deletions
+3 -1
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";
+3 -1
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";