mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests/syncthing: fix extra-options on darwin
Need to stub the return from the writeBash used to populate the plist file for darwin. Also the arguments were moved inside the wrapper.
This commit is contained in:
@@ -15,12 +15,7 @@
|
||||
<string>Background</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>@syncthing@/bin/syncthing</string>
|
||||
<string>-no-browser</string>
|
||||
<string>-no-restart</string>
|
||||
<string>-logflags=0</string>
|
||||
<string>-foo</string>
|
||||
<string>-bar "baz"</string>
|
||||
<string>@syncthing-wrapper@</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user