{ writeShellApplication, ... }: let name = "syncthing-resolve-conflicts"; text = builtins.readFile ./${name}.sh; in writeShellApplication { inherit name text; meta.mainProgram = name; }