This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager.git
synced
2025-03-06 16:57:03 +00:00
Code
Activity
873e39d5f4
home-manager
/
tests
/
modules
/
services
/
git-sync
/
default.nix
5 lines
77 B
Nix
Raw
Normal View
History
Unescape
Escape
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-10-31 21:55:36 +01:00
{
git-sync
=
./basic.nix
;
git-sync-with-whitespace
=
./whitespace.nix
;
}
Copy permalink