mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
pimsync: ensure local storage directories exist Unfortunately pipsync will throw an error if it trys to write into a nonexistant local storage directory. This patch ensures that all local storage directories are present for accounts with pimsync enabled. * pimsync: use tmpfiles to create storage dirs * pimsync: fix tests * pimsync: only use tmpfiles on linux * pimsync: format * pimsync: use mkdir to create storage dirs if systemd is not available