Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
restic-browser # Restic Browser
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
restic-browser # Restic Browser
];
}
Package Definition
{
"pname": "restic-browser",
"version": "0.3.2",
"src": {
"url": "https://github.com/emuell/restic-browser/releases/download/v0.3.2/Restic-Browser-v0.3.2-macOS.zip",
"sha256": "8b2138661571a6f6f80210cffe5c4b03b4b7436c751a28941a77a113fded7a68"
},
"installPhase": [
"mkdir -p \"$out/Applications/Restic-Browser.app\" && cp -r \"Restic-Browser.app\" \"$out/Applications\""
],
"meta": {
"description": "GUI to browse and restore restic backup repositories",
"homepage": "https://github.com/emuell/restic-browser"
}
}