nixbot

builds

failed eval checks.aarch64-darwin.pkgs-hermes-agent build #3919 · raw · ·

1error:2       … while evaluating the attribute 'drvPath'3         at «github:NixOS/nixpkgs/ac6b2166e7a9375683b8e98f860f273222337b16?narHash=sha256-vMiXptXarfSdJb1Gkc%2BFYVOAibuBRj7qxGa8z68q1Uw%3D»/lib/customisation.nix:416:11:4          415|         // {5          416|           drvPath =6             |           ^7          417|             assert condition;89       … while calling the 'derivationStrict' builtin10         at «nix-internal»/derivation-internal.nix:37:12:11           36|12           37|   strict = derivationStrict drvAttrs;13             |            ^14           38|1516       (stack trace truncated; use '--show-trace' to show the full, detailed trace)1718       error: Refusing to evaluate package 'python3.14-jaraco-path-3.7.2' in /nix/store/psk67z2p5aigw7hb8866hwir1rkdn8vl-source/pkgs/development/python-modules/jaraco-path/default.nix:30 because it has problems:19       - broken: This package is broken.2021       See also https://nixos.org/manual/nixpkgs/unstable#sec-problems22       To allow evaluation regardless, use:23       - Nixpkgs import: import nixpkgs { config = <below code>; }24       - NixOS: nixpkgs.config = <below code>;25       - nix-* commands: Put below code in ~/.config/nixpkgs/config.nix2627         {28           problems.handlers = {29             jaraco-path.broken = "warn"; # or "ignore"30           };31         }