Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
stack-stack # Stack
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
stack-stack # Stack
];
}
Package Definition
{
"pname": "stack-stack",
"version": "3.43.2",
"src": {
"url": "https://binaries.getstack.app/builds/prod/mac/arm64/Stack%203.43.2-arm64.dmg",
"sha256": "2615a79ea08750e3fd4f60b376f8a4e617d578e4c21863a55af0adccc8504dc5"
},
"installPhase": [
"mkdir -p \"$out/Applications/Stack.app\" && cp -r \"Stack.app\" \"$out/Applications\""
],
"meta": {
"description": "Workspace to manage all your productivity apps from one place",
"homepage": "https://getstack.app/"
}
}