Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
textadept # Textadept
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
textadept # Textadept
];
}
Package Definition
{
"pname": "textadept",
"version": "12.5",
"src": {
"url": "https://github.com/orbitalquark/textadept/releases/download/textadept_12.5/textadept_12.5.macOS.zip",
"sha256": "c04a3178d620b8d03e14a09dc573b01c4da26803322dede53fb774ad0989bd7d"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"Textadept.app\" \"$out/Applications/Textadept.app\"",
"mkdir -p \"$out/bin\" && ln -s \"ta\" \"$out/bin/ta\""
],
"meta": {
"description": "Text editor",
"homepage": "https://orbitalquark.github.io/textadept/"
}
}
Version History
12.8 (NixCasks v4)
3 August 2025, 00:00 12.7 (NixCasks v4)
2 June 2025, 00:00 12.6 (NixCasks v4)
7 March 2025, 09:14 12.6 (NixCasks v3)
5 March 2025, 00:00 12.6 (NixCasks v2)
4 March 2025, 19:10 12.6 (NixCasks v1)
3 February 2025, 00:05 12.5 (NixCasks v1)
2 December 2024, 00:00 12.4 (NixCasks v1)
8 November 2024, 21:21