chore: flake update

This commit is contained in:
oddlama 2024-07-15 21:49:27 +02:00
parent 18b2002c27
commit 5717aaef7d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 39 additions and 66 deletions

View file

@ -35,20 +35,12 @@ 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" {};
open-webui = prev.open-webui.override {python3 = prev.python311;};
pythonPackagesExtensions =
prev.pythonPackagesExtensions
++ [
(_pythonFinal: pythonPrev: {
chromadb = pythonPrev.chromadb.overrideAttrs (old: {
pythonRelaxDeps =
old.pythonRelaxDeps
++ [
"chroma-hnswlib"
];
});
})
];
#pythonPackagesExtensions =
# prev.pythonPackagesExtensions
# ++ [
# (_pythonFinal: pythonPrev: {
# })
# ];
formats =
prev.formats