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/"
}
} Version History
9.1.1 (NixCasks v4)
14 July 2026, 00:00 9.1.0 (NixCasks v4)
10 July 2026, 00:00 9.0.1 (NixCasks v4)
15 February 2026, 00:00 9.0.0 (NixCasks v4)
18 January 2026, 00:00 8.0.1 (NixCasks v4)
29 March 2025, 00:00 8.0.0 (NixCasks v4)
7 March 2025, 09:14 8.0.0 (NixCasks v3)
5 March 2025, 00:00 8.0.0 (NixCasks v2)
4 March 2025, 19:10 8.0.0 (NixCasks v1)
23 January 2025, 00:00 7.1.2 (NixCasks v1)
8 November 2024, 21:10