chore: flake update

This commit is contained in:
oddlama 2024-07-14 14:27:32 +02:00
parent 7271352383
commit 2024c3bfd5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 35 additions and 27 deletions

View file

@ -35,12 +35,20 @@ inputs: [
});
gpu-screen-recorder = prev.callPackage "${inputs.nixpkgs-gpu-screen-recorder}/pkgs/applications/video/gpu-screen-recorder/default.nix" {};
gpu-screen-recorder-gtk = prev.callPackage "${inputs.nixpkgs-gpu-screen-recorder}/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix" {};
#pythonPackagesExtensions =
# prev.pythonPackagesExtensions
# ++ [
# (_pythonFinal: pythonPrev: {
# })
# ];
open-webui = prev.open-webui.override {python3 = prev.python311;};
pythonPackagesExtensions =
prev.pythonPackagesExtensions
++ [
(_pythonFinal: pythonPrev: {
chromadb = pythonPrev.chromadb.overrideAttrs (old: {
pythonRelaxDeps =
old.pythonRelaxDeps
++ [
"chroma-hnswlib"
];
});
})
];
formats =
prev.formats