From 91a1beec911855511f3ed8e999faf3d82a16450d Mon Sep 17 00:00:00 2001 From: Savyasachee Jha Date: Thu, 24 Jul 2025 17:24:36 +0200 Subject: [PATCH] nixosTests.firefly-iii: Added meta.platforms so that tests are skipped appropriately --- nixos/tests/firefly-iii.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/tests/firefly-iii.nix b/nixos/tests/firefly-iii.nix index 6c1ff99d9c91..41baf49f7735 100644 --- a/nixos/tests/firefly-iii.nix +++ b/nixos/tests/firefly-iii.nix @@ -6,7 +6,10 @@ let in { name = "firefly-iii"; - meta.maintainers = [ lib.maintainers.savyajha ]; + meta = { + maintainers = [ lib.maintainers.savyajha ]; + platforms = lib.platforms.linux; + }; nodes.fireflySqlite = { config, ... }: