Pinwheel icon

Pinwheel 1.5.2

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.5.2",
  "src": {
    "url": "https://cdn.skala.app/pinwheel/versions/Pinwheel_1_5_2.zip",
    "sha256": "cea18812005763a76e0e2a16e088ab09f6019aa5577ecb9278729a02de2ca6d3"
  },
  "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/"
  }
}