Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
simplenote # Simplenote
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
simplenote # Simplenote
];
} Package Definition
{
"pname": "simplenote",
"version": "2.24.0",
"src": {
"url": "https://github.com/Automattic/simplenote-electron/releases/download/v2.24.0/Simplenote-macOS-2.24.0.dmg",
"sha256": "bebf0d07de770c6668289e64fb83708c8b051ac99200c96cab4cd619fe6b9426"
},
"installPhase": [
"mkdir -p \"$out/Applications/Simplenote.app\" && cp -r \"Simplenote.app\" \"$out/Applications\""
],
"meta": {
"description": "React client for Simplenote",
"homepage": "https://github.com/Automattic/simplenote-electron"
}
}