PHD2 icon

PHD2 2.6.14

Telescope guiding software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "phd2",
  "version": "2.6.14",
  "src": {
    "url": "https://openphdguiding.org/PHD2-2.6.14-OSX-64-sonoma+.zip",
    "sha256": "11f324ea4154508419f14215605972278c2adef6f91634f03e36aa8c2e92aa56"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PHD2.app\" && cp -r \"PHD2.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Telescope guiding software",
    "homepage": "https://openphdguiding.org/"
  }
}