gmodena / nix-flatpak

Install flatpaks declaratively
Apache License 2.0
276 stars 10 forks source link

Home Manager Module Causes Timeout on Activation if too Many Flatpaks are Listed #56

Closed Spaghetto392 closed 5 months ago

Spaghetto392 commented 5 months ago

If too many packages are on the install list for managed-flatpak-install, home-manager's systemd service will fail with a timeout, presumably due to the package installation taking too much time.

gmodena commented 5 months ago

Hey @Spaghetto392 ,

Could you paste me a stacktrace of the timeout error? And maybe a list of packages so I can try to replicate?

Does this only happen on activation, or also when managed-flatpak-install is executed by the systemd timer?

Spaghetto392 commented 5 months ago

Hi @gmodena,

So oddly after being able to reliably reproduce the error a few days ago, it seems to have stopped. From what I can tell it was caused during activation.

Given I can no longer reproduce the timeout, I'll close the issue. Sorry.