Pinwheel icon

Pinwheel 1.7.4,100

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.7.4,100",
  "src": {
    "url": "https://cdn2.bjango.com/pinwheel/versions/Pinwheel_1_7_4-100.zip",
    "sha256": "028b729699e565fad084ac599d5464d45c9ca10ee47514a977d6882177219f4f"
  },
  "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/"
  }
}