Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
plasticity # Plasticity
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
plasticity # Plasticity
];
} Package Definition
{
"pname": "plasticity",
"version": "26.1.4",
"src": {
"url": "https://github.com/nkallen/plasticity/releases/download/v26.1.4/Plasticity-darwin-arm64-26.1.4.zip",
"sha256": "4f61f0d3199bc2aaee6ec468e5e72f20f4781fd240db94b22282c0fa9659f70a"
},
"installPhase": [
"mkdir -p \"$out/Applications/Plasticity.app\" && cp -r \"Plasticity.app\" \"$out/Applications\""
],
"meta": {
"description": "3D modeling software for concept artists and designers",
"homepage": "https://www.plasticity.xyz/"
}
} Version History
26.1.4 (NixCasks v4)
15 August 2026, 00:00 26.1.3 (NixCasks v4)
22 April 2026, 00:02 26.1.2 (NixCasks v4)
21 April 2026, 00:02 26.1.1 (NixCasks v4)
18 April 2026, 00:02 26.1.0 (NixCasks v4)
17 April 2026, 00:01 25.3.10 (NixCasks v4)
20 March 2026, 10:58 25.3.9 (NixCasks v4)
10 February 2026, 00:00 25.3.8 (NixCasks v4)
4 February 2026, 00:00