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": "8.0.0",
"src": {
"url": "https://github.com/iNavFlight/inav-configurator/releases/download/8.0.0/INAV-Configurator_darwin_arm64_8.0.0.zip",
"sha256": "7967c017eb21b2f6ae3b582a9d3b31b15652b670b0217f01fed3946b9775aeb7"
},
"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/"
}
}