From 15e3636c0fcfb88b776c7e78997bb3c654a79f44 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 19 Oct 2024 22:10:29 +0200 Subject: [PATCH] crabfit-api: change tests to attrset --- pkgs/by-name/cr/crabfit-api/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/cr/crabfit-api/package.nix b/pkgs/by-name/cr/crabfit-api/package.nix index eb1eda130e5b..7012a40ea5b2 100644 --- a/pkgs/by-name/cr/crabfit-api/package.nix +++ b/pkgs/by-name/cr/crabfit-api/package.nix @@ -68,7 +68,9 @@ rustPlatform.buildRustPackage rec { PROTOC = "${protobuf}/bin/protoc"; - passthru.tests = [ nixosTests.crabfit ]; + passthru.tests = { + inherit (nixosTests) crabfit; + }; meta = { description = "Enter your availability to find a time that works for everyone";