This commit is contained in:
polygon 2023-07-29 00:26:48 +02:00
parent eed585d383
commit d80a923ea9
2 changed files with 9 additions and 7 deletions

View File

@ -3,11 +3,11 @@
"gpt4all": {
"flake": false,
"locked": {
"lastModified": 1688655236,
"narHash": "sha256-7E85hNs77VgE26mcWLgdWXR7o4RJcCn1r4gs7vX8lJs=",
"lastModified": 1690578056,
"narHash": "sha256-Rs2tC9bhwOcCEGwnTGpCCdnDvXaJWEzfGyX1Z4mFu8M=",
"ref": "refs/heads/main",
"rev": "db528ef1b015c104b64e50c4393d8c3c85af06bd",
"revCount": 1132,
"rev": "91a32c0e84a091ce7e0a3c4d08a058c75c770306",
"revCount": 1316,
"submodules": true,
"type": "git",
"url": "https://github.com/nomic-ai/gpt4all"
@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1688590700,
"narHash": "sha256-ZF055rIUP89cVwiLpG5xkJzx00gEuuGFF60Bs/LM3wc=",
"lastModified": 1690367991,
"narHash": "sha256-2VwOn1l8y6+cu7zjNE8MgeGJNNz1eat1HwHrINeogFA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f292b4964cb71f9dfbbd30dc9f511d6165cd109b",
"rev": "c9cf0708f00fbe553319258e48ca89ff9a413703",
"type": "github"
},
"original": {

View File

@ -8,6 +8,7 @@
, qthttpserver
, qtwebengine
, qt5compat
, wayland
, wrapQtAppsHook
, withAvx2 ? true
}:
@ -35,6 +36,7 @@ stdenv.mkDerivation {
qthttpserver
qtwebengine
qt5compat
wayland
];
cmakeFlags = lib.optionals withAvx2 [ "-DGPT4ALL_AVX_ONLY=ON" ];