Fix pykms by downgrading to python 3.11

This commit is contained in:
2025-02-17 12:09:20 -08:00
parent c51f4ad65b
commit b2acaff783
2 changed files with 107 additions and 0 deletions

View File

@@ -6,4 +6,8 @@ let
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 { };
}