From 9dc3af43e3c940d3365080fb99b5c5e41133d454 Mon Sep 17 00:00:00 2001 From: cl0vrfi3ld <47996003+cl0vrfi3ld@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:08:06 -0400 Subject: [PATCH] change module to 'community' type --- sp-modules/actual/flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sp-modules/actual/flake.nix b/sp-modules/actual/flake.nix index f71c462..95031e8 100644 --- a/sp-modules/actual/flake.nix +++ b/sp-modules/actual/flake.nix @@ -34,8 +34,7 @@ ]; homepage = "https://actualbudget.org/"; sourcePage = "https://github.com/actualbudget/actual"; - # since this module hasn't been thoroughly tested, I'd advertise it as `experimental`, but is also a `community` class module - supportLevel = "experimental"; + supportLevel = "community"; }; }; }