air-formatter: fix build

This commit is contained in:
Gaetan Lepage
2026-06-24 20:44:20 +00:00
parent d4e50fb045
commit 31bbdb868c

View File

@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
doInstallCheck = true;
cargoBuildFlags = [ "-p air" ];
cargoBuildFlags = [ "--package=air" ];
passthru = {
updateScript = nix-update-script { };