crabfit-frontend: change tests to attrset
This commit is contained in:
parent
49f6d16849
commit
ef17bb6c88
@ -107,7 +107,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
ln -s /var/cache/crabfit $out/standalone/.next/cache
|
ln -s /var/cache/crabfit $out/standalone/.next/cache
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.tests = [ nixosTests.crabfit ];
|
passthru.tests = {
|
||||||
|
inherit (nixosTests) crabfit;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Enter your availability to find a time that works for everyone";
|
description = "Enter your availability to find a time that works for everyone";
|
||||||
|
Loading…
Reference in New Issue
Block a user