syncthing: add yncthing-resolve-conflicts script
This commit is contained in:
parent
a37e4720ca
commit
17789ce55d
3 changed files with 53 additions and 1 deletions
13
modules/nixos/syncthing/syncthing-resolve-conflicts.nix
Normal file
13
modules/nixos/syncthing/syncthing-resolve-conflicts.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
writeShellApplication,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
name = "syncthing-resolve-conflicts";
|
||||
text = builtins.readFile ./${name}.sh;
|
||||
in
|
||||
writeShellApplication {
|
||||
inherit name text;
|
||||
meta.mainProgram = name;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue