1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 03:29:45 +01:00
home-manager/tests/modules/services/git-sync
RedEtherbloom cd21d2e61b
git-sync: fix crash when whitespace in path
systemd rejects the service unit due to whitespace in the environment
variable assignment, pointing to the repo path, being invalid for
systemd's unit format.

See https://github.com/nix-community/home-manager/issues/6023 for
details.

The git-sync variable should also be escaped due to similar issues
with e.g. local git urls.
2024-11-13 23:03:19 +01:00
..
basic.nix git-sync: fix crash when whitespace in path 2024-11-13 23:03:19 +01:00
default.nix git-sync: fix crash when whitespace in path 2024-11-13 23:03:19 +01:00
whitespace.nix git-sync: fix crash when whitespace in path 2024-11-13 23:03:19 +01:00