Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
rivet # Rivet
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
rivet # Rivet
];
} Package Definition
{
"pname": "rivet",
"version": "1.11.3",
"src": {
"url": "https://github.com/Ironclad/rivet/releases/download/app-v1.11.3/Rivet.dmg",
"sha256": "1bce3186f73bbf7d19701321259e425a89707aa2d82f2c1c8c218b93ac12eba0"
},
"installPhase": [
"mkdir -p \"$out/Applications/Rivet.app\" && cp -r \"Rivet.app\" \"$out/Applications\""
],
"meta": {
"description": "Open-source visual AI programming environment",
"homepage": "https://rivet.ironcladapp.com/"
}
} Version History
1.11.3 (NixCasks v4)
9 August 2025, 00:00 1.11.2 (NixCasks v4)
3 June 2025, 00:00 1.11.1 (NixCasks v4)
30 May 2025, 00:00 1.11.0 (NixCasks v4)
29 May 2025, 00:00 1.10.1 (NixCasks v4)
7 March 2025, 09:14 1.10.1 (NixCasks v3)
5 March 2025, 00:00 1.10.1 (NixCasks v2)
4 March 2025, 19:10 1.10.1 (NixCasks v1)
17 February 2025, 22:56 1.9.0 (NixCasks v1)
3 January 2025, 00:01