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.14.1",
"src": {
"url": "https://assets.ovice.io/desktop-apps/staging/darwin/arm64/ovice-darwin-arm64-1.14.1.zip",
"sha256": "97017bd7144241a982a1fd555983bec17ae0652cbe76544ea291c897c0e71479"
},
"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/"
}
}