diff --git a/pkgs/by-name/pa/pay-respects/package.nix b/pkgs/by-name/pa/pay-respects/package.nix index c5fde5b4aaf9..197d964065f0 100644 --- a/pkgs/by-name/pa/pay-respects/package.nix +++ b/pkgs/by-name/pa/pay-respects/package.nix @@ -17,6 +17,23 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-dCZGPIipSotcA7DT3VvTCYq8+DxWHi5cp/fwh/44Jwc="; + env = { + _DEF_PR_AI_API_KEY = ""; + _DEF_PR_AI_URL = ""; + _DEF_PR_AI_MODEL = ""; + }; + + cargoBuildFlags = [ + "-p pay-respects" + "-p pay-respects-module-runtime-rules" + "-p pay-respects-module-request-ai" + ]; + cargoTestFlags = [ + "-p pay-respects" + "-p pay-respects-module-runtime-rules" + "-p pay-respects-module-request-ai" + ]; + nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true;