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.8",
"src": {
"url": "https://github.com/orbitalquark/textadept/releases/download/textadept_12.8/textadept_12.8.macOS.zip",
"sha256": "85072473600e4d8b3cb325461e833240478df2bb5e2907bfb89ae6186d45ad04"
},
"installPhase": [
"mkdir -p \"$out/Applications/Textadept.app\" && cp -r \"Textadept.app\" \"$out/Applications\"",
"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