mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-25 03:39:39 +01:00
tests/syncthing: syncthing wrapper stubbing for darwin
This commit is contained in:
parent
15498b94ec
commit
68540fb775
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
lib.mkMerge [
|
||||
{
|
||||
test.stubs.writers = {
|
||||
extraAttrs.writeBash = (name: fn: "@syncthing-wrapper@");
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
extraOptions = [ "-foo" ''-bar "baz"'' ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue