Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
another-redis-desktop-manager # Another Redis Desktop Manager
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
another-redis-desktop-manager # Another Redis Desktop Manager
];
}
Package Definition
{
"pname": "another-redis-desktop-manager",
"version": "1.7.1",
"src": {
"url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.7.1/Another-Redis-Desktop-Manager-mac-1.7.1-arm64.dmg",
"sha256": "1833e153cd7d9c66cc6d88ec1448b081dfeb5c122c3c65bcae47be1c4d760235"
},
"installPhase": [
"mkdir -p \"$out/Applications/Another Redis Desktop Manager.app\" && cp -r \"Another Redis Desktop Manager.app\" \"$out/Applications\""
],
"meta": {
"description": "Redis desktop manager",
"homepage": "https://github.com/qishibo/AnotherRedisDesktopManager/"
}
}