Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
lectrote # lectrote
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
lectrote # lectrote
];
}
Package Definition
{
"pname": "lectrote",
"version": "1.5.1",
"src": {
"url": "https://github.com/erkyrath/lectrote/releases/download/lectrote-1.5.1/Lectrote-1.5.1-macos-universal.dmg",
"sha256": "51599ce027c304d21f9a660f61051e6d2e0cc5e40f1567a57468726fb4b4db83"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"Lectrote.app\" \"$out/Applications/Lectrote.app\""
],
"meta": {
"description": "Interactive Fiction interpreter in an Electron shell",
"homepage": "https://github.com/erkyrath/lectrote"
}
}
Version History
1.5.5 (NixCasks v4)
14 July 2025, 00:00 1.5.4 (NixCasks v4)
5 June 2025, 00:00 1.5.3 (NixCasks v4)
7 March 2025, 09:14 1.5.3 (NixCasks v3)
5 March 2025, 00:00 1.5.3 (NixCasks v2)
4 March 2025, 19:10 1.5.3 (NixCasks v1)
23 February 2025, 00:00 1.5.2 (NixCasks v1)
4 December 2024, 00:00 1.5.1 (NixCasks v1)
8 November 2024, 21:11