mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
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
|
||||
'';
|
||||
|
||||
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 a new issue