INAV Configurator icon

INAV Configurator 9.1.1

Configuration tool for the INAV flight control system

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    inav-configurator # INAV Configurator
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    inav-configurator # INAV Configurator
  ];
}

Package Definition

{
  "pname": "inav-configurator",
  "version": "9.1.1",
  "src": {
    "url": "https://github.com/iNavFlight/inav-configurator/releases/download/9.1.1/INAV-Configurator_MacOS_arm64_9.1.1.zip",
    "sha256": "386d6845587286c66c37df3e6b919dd9c783b4cfb0f173aa203c6d150609f158"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/INAV Configurator.app\" && cp -r \"INAV Configurator.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Configuration tool for the INAV flight control system",
    "homepage": "https://github.com/iNavFlight/inav-configurator/"
  }
}