Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
archiver-app # Archiver
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
archiver-app # Archiver
];
}
Package Definition
{
"pname": "archiver-app",
"version": "4.3.1",
"src": {
"url": "https://storage.googleapis.com/incrediblebee/apps/Archiver-4/Archiver-4.3.1.zip",
"sha256": "f8e2f968aa750bdffce38d4d5a06232dc6ddd4f0ca456c6cb6c668e658d2737c"
},
"installPhase": [
"mkdir -p \"$out/Applications/Archiver.app\" && cp -r \"Archiver.app\" \"$out/Applications\""
],
"meta": {
"description": "Open archives, compress files, as well as split and combine files",
"homepage": "https://archiverapp.com/"
}
}