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.0,22156",
"src": {
"url": "https://files.squeak.org/6.0/Squeak6.0-22156-64bit/Squeak6.0-22156-64bit-All-in-One.zip",
"sha256": "e0ba2ed3dba3bf16c018795af1bf43dc895e8436be20c0479639b952452217cf"
},
"installPhase": [
"mkdir -p \"$out/Applications/Squeak6.0-22156-64bit-All-in-One.app\" && cp -r \"Squeak6.0-22156-64bit-All-in-One.app\" \"$out/Applications\""
],
"meta": {
"description": "Smalltalk programming system",
"homepage": "https://squeak.org/"
}
}