Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
dbvr # dbvr
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
dbvr # dbvr
];
} Package Definition
{
"pname": "dbvr",
"version": "26.1.0",
"src": {
"url": "https://downloads.dbeaver.net/dbvr/pro/26.1.0/dbvr-pro-26.1.0-macos-aarch64.dmg",
"sha256": "c4ecbf8e58e310fa49528afafce2503fb80ec0868ad70744f21fb7ef84eb099b"
},
"installPhase": [
"mkdir -p \"$out/Applications/dbvr.app\" && cp -r \"dbvr.app\" \"$out/Applications\""
],
"meta": {
"description": "Lightweight CLI tool for running database operations",
"homepage": "https://dbeaver.com/dbvr/"
}
}