Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ovice # ovice
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ovice # ovice
];
}
Package Definition
{
"pname": "ovice",
"version": "1.17.3",
"src": {
"url": "https://assets.ovice.io/desktop-apps/staging/darwin/arm64/ovice-darwin-arm64-1.17.3.zip",
"sha256": "c32362c5375484f16ebe507caee9d27c2792bbd4611ad2e89e8f28da04c0152e"
},
"installPhase": [
"mkdir -p \"$out/Applications/ovice.app\" && cp -r \"ovice.app\" \"$out/Applications\""
],
"meta": {
"description": "Virtual workplace for distributed teams",
"homepage": "https://www.ovice.com/"
}
}