mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-22 02:09:39 +01: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:
parent
1909541fc7
commit
15498b94ec
1 changed files with 1 additions and 6 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue