This commit is contained in:
polygon 2023-05-26 01:42:41 +02:00
parent c4bb877e9f
commit 2c96c9f43e
2 changed files with 9 additions and 7 deletions

View File

@ -3,11 +3,11 @@
"gpt4all": {
"flake": false,
"locked": {
"lastModified": 1684679224,
"narHash": "sha256-G60tKF5P2M/qlmBOuBHnPcqzpGcY19v2baLEbrDpkiA=",
"lastModified": 1685053593,
"narHash": "sha256-9pXcmMaoXkP4CR095T2YZjI8t9vm4rwPATQUMxZVNy4=",
"ref": "refs/heads/main",
"rev": "8204c2eb806aeab055b7a7fae4b4adc02e34ef41",
"revCount": 761,
"rev": "810a3b12ccd0b0ee82b55d7ddbcb1db7d345dd06",
"revCount": 816,
"submodules": true,
"type": "git",
"url": "https://github.com/nomic-ai/gpt4all"
@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1684570954,
"narHash": "sha256-FX5y4Sm87RWwfu9PI71XFvuRpZLowh00FQpIJ1WfXqE=",
"lastModified": 1684935479,
"narHash": "sha256-6QMMsXMr2nhmOPHdti2j3KRHt+bai2zw+LJfdCl97Mk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3005f20ce0aaa58169cdee57c8aa12e5f1b6e1b3",
"rev": "f91ee3065de91a3531329a674a45ddcb3467a650",
"type": "github"
},
"original": {

View File

@ -6,6 +6,7 @@
, qtquicktimeline
, qtsvg
, qthttpserver
, qtwebengine
, wrapQtAppsHook
, withAvx2 ? true
}:
@ -31,6 +32,7 @@ stdenv.mkDerivation {
qtquicktimeline
qtsvg
qthttpserver
qtwebengine
];
cmakeFlags = lib.optionals withAvx2 [ "-DGPT4ALL_AVX_ONLY=ON" ];