whichllm: remove redundant prefix

(cherry picked from commit 91a6a623fb)
This commit is contained in:
jaredmontoya 2026-06-04 00:27:54 +00:00
commit eea77e100f

View file

@ -30,7 +30,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
rich
typer
]
++ python3Packages.dbgpu.optional-dependencies.fuzz;
++ dbgpu.optional-dependencies.fuzz;
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];