From 588f9751c5c12ec5608a218d042fb82a98d431bc Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 6 Jul 2024 20:47:00 +0100 Subject: [PATCH] nextcloud-notify_push.tests: fix the eval Without the change eval fails as: $ nix build --no-link -f. nextcloud-notify_push.tests error: attribute 'with-postgresql-and-redis27' missing at pkgs/servers/nextcloud/notify_push.nix:35:9: 34| inherit (nixosTests.nextcloud) 35| with-postgresql-and-redis27 | ^ 36| with-postgresql-and-redis28 Did you mean one of with-postgresql-and-redis28 or with-postgresql-and-redis29? --- pkgs/servers/nextcloud/notify_push.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/servers/nextcloud/notify_push.nix b/pkgs/servers/nextcloud/notify_push.nix index d8fc873802e5..1716999af4b0 100644 --- a/pkgs/servers/nextcloud/notify_push.nix +++ b/pkgs/servers/nextcloud/notify_push.nix @@ -32,7 +32,6 @@ rustPlatform.buildRustPackage rec { }; tests = { inherit (nixosTests.nextcloud) - with-postgresql-and-redis27 with-postgresql-and-redis28 with-postgresql-and-redis29; inherit test_client;