This website requires JavaScript.
Explore
Help
Sign in
eeva
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager
synced
2024-11-23 19:49:45 +01:00
Code
Issues
Releases
Wiki
Activity
400e3c0152
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
;
}
Reference in a new issue
Copy permalink