RoboForm icon

RoboForm 9.6.3

Password manager and form filler application

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    roboform # RoboForm
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    roboform # RoboForm
  ];
}

Package Definition

{
  "pname": "roboform",
  "version": "9.6.3",
  "src": {
    "url": "https://www.roboform.com/dist/roboform-mac-v9.dmg",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"RoboForm.app\" \"$out/Applications/RoboForm.app\""
  ],
  "meta": {
    "description": "Password manager and form filler application",
    "homepage": "https://www.roboform.com/"
  }
}