Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
launchrocket # LaunchRocket
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
launchrocket # LaunchRocket
];
}
Package Definition
{
"pname": "launchrocket",
"version": "0.7",
"src": {
"url": "https://github.com/jimbojsb/launchrocket/releases/download/v0.7/LaunchRocket.prefPane.zip",
"sha256": "51dc78902fecfb7ec26ab5c6516b84d1c62692349864ef48aca2fde81bd2ef4a"
},
"installPhase": [
"mkdir -p \"$out/Library/PreferencePanes/LaunchRocket.prefPane\" && cp -r \"LaunchRocket.prefPane\" \"$out/Library/PreferencePanes\""
],
"meta": {
"description": "Preference pane to manage Homebrew-installed services",
"homepage": "https://github.com/jimbojsb/launchrocket"
}
}