crabfit-frontend: change tests to attrset

+3 -1
+3 -1
pkgs/by-name/cr/crabfit-frontend/package.nix
··· 107 107 ln -s /var/cache/crabfit $out/standalone/.next/cache 108 108 ''; 109 109 110 - passthru.tests = [ nixosTests.crabfit ]; 110 + passthru.tests = { 111 + inherit (nixosTests) crabfit; 112 + }; 111 113 112 114 meta = { 113 115 description = "Enter your availability to find a time that works for everyone";