Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
workbench # Workbench
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
workbench # Workbench
];
} Package Definition
{
"pname": "workbench",
"version": "1.0.9",
"src": {
"url": "https://github.com/mxcl/Workbench/releases/download/1.0.9/Workbench-1.0.9.zip",
"sha256": "7fec7bf1fb93854ed87cbaf4d9e21ef964adfc064d731b82a84a499f5b911e1f"
},
"installPhase": [
"mkdir -p \"$out/Applications/Workbench.app\" && cp -r \"Workbench.app\" \"$out/Applications\""
],
"meta": {
"description": "Seamless, automatic, “dotfile” sync to iCloud",
"homepage": "https://github.com/mxcl/Workbench"
}
}