Pinwheel icon

Pinwheel 1.6.0

Design systems and accessibility testing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "pinwheel",
  "version": "1.6.0",
  "src": {
    "url": "https://cdn.skala.app/pinwheel/versions/Pinwheel_1_6_0.zip",
    "sha256": "fb389227fc226b61dbd067ca930cf7216eb07a92cad00e32df4ed925e37baada"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Pinwheel.app\" && cp -r \"Pinwheel.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Design systems and accessibility testing",
    "homepage": "https://bjango.com/mac/pinwheel/"
  }
}