whichllm: remove redundant prefix

This commit is contained in:
jaredmontoya
2026-06-04 00:28:22 +00:00
parent 12681f52ad
commit 91a6a623fb
+1 -1
View File
@@ -30,7 +30,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
rich
typer
]
++ python3Packages.dbgpu.optional-dependencies.fuzz;
++ dbgpu.optional-dependencies.fuzz;
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];