cleanup, update

This commit is contained in:
TheK0tYaRa 2026-02-14 19:50:29 +02:00
parent d9f2d7ed7a
commit 87a20d410f
3 changed files with 14 additions and 65 deletions

View file

@ -56,61 +56,6 @@
intel-hw.overlays.default
(import ./custom/overlays/default.nix)
(import ./custom/overlays/override.nix)
# (final: prev: {
# llama-cpp = prev.llama-cpp.overrideAttrs (old: {
# src = prev.fetchFromGitHub {
# owner = "ggml-org";
# repo = "llama.cpp";
# tag = "b7897";
# hash = "sha256-cc2tqEQEZCBEOQ+xJzmVK8ROjfsWOi6T2iX3KjpaAIU=";
# };
# nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.curl ];
# });
# pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
# (pyFinal: pyPrev: {
# haystack-ai = pyPrev.haystack-ai.overridePythonAttrs (old: rec {
# version = "2.23.0";
# src = final.fetchFromGitHub {
# owner = "deepset-ai";
# repo = "haystack";
# rev = "v${version}";
# hash = "sha256-KFgRKdhbHgjtpiuAeFq+0t0EUKKLOavbVplb0QnI/r8=";
# };
# propagatedBuildInputs =
# (old.propagatedBuildInputs or [ ])
# ++ (with pyPrev; [
# docstring-parser
# filetype
# jinja2
# openai
# ])
# ++ [
# pyFinal."haystack-experimental"
# ];
# meta = (old.meta or { }) // {
# broken = false;
# };
# });
# })
# ];
# winetricks = prev.winetricks.overrideAttrs (
# old:
# let
# version = "20260125";
# in
# {
# inherit version;
# src = final.fetchurl {
# url = "https://github.com/Winetricks/winetricks/archive/refs/tags/${version}.tar.gz";
# hash = "sha256-KJC9n7ut5GOOWLSZmiNycxkt8DtYUWrnuHceCcItL1Y=";
# };
# }
# );
# })
];
hardware = {
graphics = {