Syncthing icon

Syncthing 1.29.7-1

Real time file synchronisation software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    syncthing # Syncthing
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    syncthing # Syncthing
  ];
}

Package Definition

{
  "pname": "syncthing",
  "version": "1.29.7-1",
  "src": {
    "url": "https://github.com/syncthing/syncthing-macos/releases/download/v1.29.7-1/Syncthing-1.29.7-1.dmg",
    "sha256": "1cd53124691bbbe54263cdd970bc572612c3598147b4047a93363ec41d4e3230"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Syncthing.app\" && cp -r \"Syncthing.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Real time file synchronisation software",
    "homepage": "https://syncthing.net/"
  }
}