haystack-ai test

This commit is contained in:
TheK0tYaRa 2026-02-12 22:29:16 +02:00
parent 6c50467230
commit d9f2d7ed7a
4 changed files with 15 additions and 8 deletions

View file

@ -55,7 +55,7 @@
nixpkgs.overlays = [
intel-hw.overlays.default
(import ./custom/overlays/default.nix)
(import custom/overlays/override.nix)
(import ./custom/overlays/override.nix)
# (final: prev: {
# llama-cpp = prev.llama-cpp.overrideAttrs (old: {
# src = prev.fetchFromGitHub {