diff --git a/home/common/pi-server.nix b/home/common/pi-server.nix index 87f487d..8022930 100644 --- a/home/common/pi-server.nix +++ b/home/common/pi-server.nix @@ -35,7 +35,16 @@ ncdu nmap pinentry-curses - pipx + # pipx # FIXME - not building 2026-05-26 + # See https://github.com/NixOS/nixpkgs/issues/522307 + (pipx.overridePythonAttrs (old: { + disabledTests = + (old.disabledTests or []) + ++ [ + "test_fix_package_name" + "test_parse_specifier_for_metadata" + ]; + })) ps_mem psmisc tmux