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.6",
"src": {
"url": "https://github.com/erkyrath/lectrote/releases/download/lectrote-1.5.6/Lectrote-1.5.6-macos-arm64.dmg",
"sha256": "61db23a78ebae789f10f0c4fad5d57dcb36e285ebd3b8c76f146d552d72c4b9a"
},
"installPhase": [
"mkdir -p \"$out/Applications/Lectrote.app\" && cp -r \"Lectrote.app\" \"$out/Applications\""
],
"meta": {
"description": "Interactive Fiction interpreter in an Electron shell",
"homepage": "https://github.com/erkyrath/lectrote"
}
}
Version History
1.5.6 (NixCasks v4)
12 October 2025, 12:08 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