Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
http-toolkit # HTTP Toolkit
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
http-toolkit # HTTP Toolkit
];
}
Package Definition
{
"pname": "http-toolkit",
"version": "1.20.0",
"src": {
"url": "https://github.com/httptoolkit/httptoolkit-desktop/releases/download/v1.20.0/HttpToolkit-1.20.0-arm64.dmg",
"sha256": "04aa78ab47d835ed0f877c6a591194fbd91ba76a61f27a42f394cde3eb4bb0d7"
},
"installPhase": [
"mkdir -p \"$out/Applications/HTTP Toolkit.app\" && cp -r \"HTTP Toolkit.app\" \"$out/Applications\""
],
"meta": {
"description": "HTTP(S) debugging proxy, analyzer, and client",
"homepage": "https://httptoolkit.tech/"
}
}
Version History
1.22.0 (NixCasks v4)
8 August 2025, 00:00 1.20.1 (NixCasks v4)
18 April 2025, 00:00 1.20.0 (NixCasks v4)
7 March 2025, 09:14 1.20.0 (NixCasks v3)
5 March 2025, 00:00 1.20.0 (NixCasks v2)
4 March 2025, 19:10 1.20.0 (NixCasks v1)
1 March 2025, 00:00 1.19.5 (NixCasks v1)
17 February 2025, 22:56 1.19.4 (NixCasks v1)
14 January 2025, 00:00 1.19.3 (NixCasks v1)
24 December 2024, 00:00 1.19.1 (NixCasks v1)
8 November 2024, 21:09