1
0
Fork 0
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:
Austin Horstman 2025-03-08 20:19:44 -06:00
parent 1909541fc7
commit 15498b94ec

View file

@ -15,12 +15,7 @@
<string>Background</string> <string>Background</string>
<key>ProgramArguments</key> <key>ProgramArguments</key>
<array> <array>
<string>@syncthing@/bin/syncthing</string> <string>@syncthing-wrapper@</string>
<string>-no-browser</string>
<string>-no-restart</string>
<string>-logflags=0</string>
<string>-foo</string>
<string>-bar "baz"</string>
</array> </array>
</dict> </dict>
</plist> </plist>