Foxglove icon

Foxglove 2.42.0

Visualisation and debugging tool for robotics

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "foxglove",
  "version": "2.42.0",
  "src": {
    "url": "https://get.foxglove.dev/desktop/latest/foxglove-2.42.0-mac-universal.dmg",
    "sha256": "b334f2cfa02785c92056059710da2fb71581a30d6faa4b26e3450f8e9b3a6a26"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Foxglove.app\" && cp -r \"Foxglove.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Visualisation and debugging tool for robotics",
    "homepage": "https://foxglove.dev/"
  }
}