Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
cleartext # Cleartext
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
cleartext # Cleartext
];
}
Package Definition
{
"pname": "cleartext",
"version": "2.45",
"src": {
"url": "https://github.com/mortenjust/cleartext-mac/releases/download/2.45/Cleartext.zip",
"sha256": "4b3d44a0666c2bf2dd838c0f190e9a5678b2dc4d76e83d70fe091295d4cabdbc"
},
"installPhase": [
"mkdir -p \"$out/Applications/Cleartext.app\" && cp -r \"Cleartext.app\" \"$out/Applications\""
],
"meta": {
"description": "Text editor",
"homepage": "https://github.com/mortenjust/cleartext-mac"
}
}