crabfit-frontend: change tests to attrset

This commit is contained in:
jopejoe1 2024-10-19 22:09:54 +02:00
parent 49f6d16849
commit ef17bb6c88

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