mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
whichllm: remove redundant prefix
(cherry picked from commit 91a6a623fb)
This commit is contained in:
parent
f3b8174184
commit
eea77e100f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
rich
|
||||
typer
|
||||
]
|
||||
++ python3Packages.dbgpu.optional-dependencies.fuzz;
|
||||
++ dbgpu.optional-dependencies.fuzz;
|
||||
|
||||
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue