This commit is contained in:
2024-10-04 13:22:45 -04:00
parent a5d96bd1a2
commit 94c61311f2
5 changed files with 33 additions and 51 deletions

View File

@@ -111,11 +111,11 @@
]
},
"locked": {
"lastModified": 1727817100,
"narHash": "sha256-dlyV9/eiWkm/Y/t2+k4CFZ29tBvCANmJogEYaHeAOTw=",
"lastModified": 1728041527,
"narHash": "sha256-03liqiJtk9UP7YQHW4r8MduKCK242FQzud8iWvvlK+o=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "437ec62009fa8ceb684eb447d455ffba25911cf9",
"rev": "509dbf8d45606b618e9ec3bbe4e936b7c5bc6c1e",
"type": "github"
},
"original": {
@@ -137,11 +137,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
"lastModified": 1727886705,
"narHash": "sha256-MFZm6b3CcRiLjQ6MxtKu2rDu+KUBkr/R0kOSXoS2eG4=",
"lastModified": 1727997983,
"narHash": "sha256-t085RwS6OzkTco7VBU8MJRPcV9cSFeVkeI8ecfrSFZg=",
"owner": "sodiboo",
"repo": "niri-flake",
"rev": "6384dde52d929f500ec75172ebfc26e8d009dbd3",
"rev": "5309bc679bdba91798076ed3676bff3d12db0d97",
"type": "github"
},
"original": {
@@ -213,11 +213,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1727672256,
"narHash": "sha256-9/79hjQc9+xyH+QxeMcRsA6hDyw6Z9Eo1/oxjvwirLk=",
"lastModified": 1727907660,
"narHash": "sha256-QftbyPoieM5M50WKUMzQmWtBWib/ZJbHo7mhj5riQec=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1719f27dd95fd4206afb9cec9f415b539978827e",
"rev": "5966581aa04be7eff830b9e1457d56dc70a0b798",
"type": "github"
},
"original": {
@@ -245,11 +245,11 @@
]
},
"locked": {
"lastModified": 1727922550,
"narHash": "sha256-pJoN5Qd83coaoEJmpkxw+cuh89IJORvLm8qyw3GMLIQ=",
"lastModified": 1728008962,
"narHash": "sha256-MjGMCVKqafsrqLQYJHHKXJkvocTjkxKjadBfN952/Zw=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "5e3eee4bc42a2504653bedfe95bceda9a1e85ae7",
"rev": "862d0c1e5fe2348a22044f225afef39b75df8cf0",
"type": "github"
},
"original": {

View File

@@ -73,22 +73,6 @@ let
sha256 = "vzAfWLyljR0Cg6pCeeyQJZNeOJh5xOILlbJnwDWu62o=";
};
cmakeFlags = old.cmakeFlags ++ [
"-DGGML_VULKAN=ON"
"-DGGML_KOMPUTE=ON"
"-DGGML_BLAS=ON"
"-DGGML_VENDOR=Intel"
];
nativeBuildInputs = old.nativeBuildInputs ++ [
pkgs.pkg-config
];
buildInputs = old.buildInputs ++ [
pkgs.mkl
pkgs.blas
];
patches = old.patches ++ [
./gpt4all-HEAD-disable-settings-err.patch
];