Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
go64 # Go64
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
go64 # Go64
];
} Package Definition
{
"pname": "go64",
"version": "1.5.1",
"src": {
"url": "https://www.stclairsoft.com/download/Go64-1.5.1.zip",
"sha256": "9347cfa50079aebaa590e9c320d55e19cdd39f5203f9c25f21ad20f0ff762e88"
},
"installPhase": [
"mkdir -p \"$out/Applications/Go64.app\" && cp -r \"Go64.app\" \"$out/Applications\""
],
"meta": {
"description": "Scan computer disk for 32-bit applications",
"homepage": "https://www.stclairsoft.com/Go64/"
}
}