lol

crabfit-frontend: change tests to attrset

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