diff --git a/home/common/default.nix b/home/common/default.nix index 8ae6801..8f3d44b 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -78,7 +78,16 @@ notmuch pandoc 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 ranger