Loading pkgs/by-name/pa/pay-respects/package.nix +17 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/by-name/pa/pay-respects/package.nix +17 −0 Original line number Diff line number Diff line Loading @@ -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; Loading