Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
squeak # Squeak
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
squeak # Squeak
];
} Package Definition
{
"pname": "squeak",
"version": "6.1,23976",
"src": {
"url": "https://files.squeak.org/6.1/Squeak6.1-23976-64bit/Squeak6.1-23976-64bit-All-in-One.zip",
"sha256": "375fa6abc1bf2d3b6a20b7c31cef7c5218d797adda42291cd80b0ca6d40d528c"
},
"installPhase": [
"mkdir -p \"$out/Applications/Squeak6.1-23976-64bit-All-in-One.app\" && cp -r \"Squeak6.1-23976-64bit-All-in-One.app\" \"$out/Applications\""
],
"meta": {
"description": "Smalltalk programming system",
"homepage": "https://squeak.org/"
}
}