Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
textual # Textual
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
textual # Textual
];
}
Package Definition
{
"pname": "textual",
"version": "7.2.4,250205.21,3b1c05cfe",
"src": {
"url": "https://cached.codeux.com/textual/downloads/builds/stable/Textual-3b1c05cfe/universal/Textual.zip",
"sha256": "627f43539553290b96582c6bd4ef02451e00178689a8dcf03fd88acf0021ff28"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"Textual.app\" \"$out/Applications/Textual.app\""
],
"meta": {
"description": "Application for interacting with Internet Relay Chat (IRC) chatrooms",
"homepage": "https://www.codeux.com/textual/"
}
}
Version History
7.2.6,65222a260 (NixCasks v4)
4 August 2025, 00:00 7.2.5,fb98cbbfd (NixCasks v4)
7 April 2025, 00:00 7.2.4,3b1c05cfe (NixCasks v4)
7 March 2025, 09:14 7.2.4,3b1c05cfe (NixCasks v3)
5 March 2025, 00:00 7.2.4,3b1c05cfe (NixCasks v2)
4 March 2025, 19:10 7.2.4,3b1c05cfe (NixCasks v1)
23 February 2025, 00:00 7.2.4,250205.21,3b1c05cfe (NixCasks v1)
17 February 2025, 22:56 7.2.4,e4bc0a1d0 (NixCasks v1)
27 January 2025, 00:00 7.2.3,1a4696349 (NixCasks v1)
2 December 2024, 00:00 7.2.3,240606.22,1a4696349 (NixCasks v1)
8 November 2024, 21:21