1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-25 11:49:38 +01:00

tests/syncthing: syncthing wrapper stubbing for darwin

This commit is contained in:
Austin Horstman 2025-03-08 21:30:15 -06:00
parent 15498b94ec
commit 68540fb775

View file

@ -2,6 +2,10 @@
lib.mkMerge [ lib.mkMerge [
{ {
test.stubs.writers = {
extraAttrs.writeBash = (name: fn: "@syncthing-wrapper@");
};
services.syncthing = { services.syncthing = {
enable = true; enable = true;
extraOptions = [ "-foo" ''-bar "baz"'' ]; extraOptions = [ "-foo" ''-bar "baz"'' ];