whichllm: remove redundant prefix

This commit is contained in:
jaredmontoya
2026-06-04 00:27:54 +00:00
parent 12681f52ad
commit 91a6a623fb

View File

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