Use upstream pykms and Actual Budget. Move Actual to s0. Add automated backups for Actual.
All checks were successful
Check Flake / check-flake (push) Successful in 1m37s

This commit is contained in:
2025-03-29 18:36:13 -07:00
parent 23c8076e4d
commit 1f9fbd87ac
8 changed files with 10 additions and 9232 deletions

View File

@@ -4,10 +4,4 @@ final: prev:
let
system = prev.system;
in
{
actual-server = prev.callPackage ./actualbudget { };
# Copied entire package from nixpkgs to downgrade to python 3.11 since 3.12 is broken.
# See: https://github.com/Py-KMS-Organization/py-kms/issues/117
pykms = prev.callPackage ./pykms.nix { };
}
{ }