Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
cakebrew # Cakebrew
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
cakebrew # Cakebrew
];
} Package Definition
{
"pname": "cakebrew",
"version": "1.3",
"src": {
"url": "https://github.com/brunophilipe/Cakebrew/releases/download/v1.3/cakebrew-1.3-universal.zip",
"sha256": "a83fc72bd0b4dd62b716adfdfccb0fce3a589b3cba16bea7e2d55d829918e300"
},
"installPhase": [
"mkdir -p \"$out/Applications/Cakebrew.app\" && cp -r \"Cakebrew.app\" \"$out/Applications\""
],
"meta": {
"description": "GUI app for Homebrew",
"homepage": "https://github.com/brunophilipe/Cakebrew"
}
}