Pinwheel icon

Pinwheel 1.9.1,108

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.9.1,108",
  "src": {
    "url": "https://cdn2.bjango.com/pinwheel/versions/Pinwheel_1_9_1-108.zip",
    "sha256": "d8d923709db99e68fbaa45e68fe38f93cd59ef73de028ce7b2208159d48e806f"
  },
  "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/"
  }
}