mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
tests/syncthing: syncthing wrapper stubbing for darwin
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
lib.mkMerge [
|
||||
{
|
||||
test.stubs.writers = {
|
||||
extraAttrs.writeBash = (name: fn: "@syncthing-wrapper@");
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
extraOptions = [ "-foo" ''-bar "baz"'' ];
|
||||
|
||||
Reference in New Issue
Block a user