This commit is contained in:
2024-09-30 14:11:55 -04:00
parent e63c95d319
commit 3ffb753d56
9 changed files with 16 additions and 68 deletions

View File

@@ -46,7 +46,6 @@ let
gpt4all_package = (
optimizeWithFlags
(pkgs.gpt4all.overrideAttrs (old: {
# https://github.com/NixOS/nixpkgs/pull/344001 3.2.1 -> 3.3.0
version = "3.4.0-dev0";
src = pkgs.fetchFromGitHub {
fetchSubmodules = true;
@@ -56,10 +55,10 @@ let
sha256 = "/w1VAfLYlhB5y08cVG2u9RT2kajtFtyTPziQXSwVFcE=";
};
patches = [
./gpt4all-HEAD-embeddings-model.patch
patches = old.patches ++ [
./gpt4all-HEAD-disable-settings-err.patch
];
}))
# compile flags
[