crabfit-{frontend,api}: change tests to attrset (#350000)
This commit is contained in:
commit
a40588c5a0
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user