vllm: move to by-name

This commit is contained in:
Gaetan Lepage
2026-02-14 09:21:20 +00:00
parent 683f932c85
commit de77404a5c
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
{ python3Packages }: with python3Packages; toPythonApplication vllm
-2
View File
@@ -7716,8 +7716,6 @@ with pkgs;
hdf5 = hdf5.override { usev110Api = true; };
};
vllm = with python3Packages; toPythonApplication vllm;
vte-gtk4 = vte.override {
gtkVersion = "4";
};