Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
write # Write
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
write # Write
];
}
Package Definition
{
"pname": "write",
"version": "3.0.0",
"src": {
"url": "http://www.styluslabs.com/write/write300.dmg",
"sha256": "036e75f00f47c3dc33cdddfe7b2449d5bcff696992389138467de1f9757b6c57"
},
"installPhase": [
"mkdir -p \"$out/Applications/Write.app\" && cp -r \"Write.app\" \"$out/Applications\""
],
"meta": {
"description": "Word processor for handwriting",
"homepage": "http://www.styluslabs.com/"
}
}