Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
insync # Insync
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
insync # Insync
];
} Package Definition
{
"pname": "insync",
"version": "3.9.9.60038",
"src": {
"url": "https://cdn.insynchq.com/builds/mac/Insync-3.9.9.60038.dmg",
"sha256": "cb719aa3eaabdd5021323404acb3c7c86cdfb745763d1e614f899dd8c67aa8b8"
},
"installPhase": [
"mkdir -p \"$out/Applications/Insync.app\" && cp -r \"Insync.app\" \"$out/Applications\""
],
"meta": {
"description": "Manage your Google Drive and OneDrive files",
"homepage": "https://www.insynchq.com/"
}
}