This commit is contained in:
Simon Gardling 2024-10-02 22:07:32 -04:00
parent 840febfc16
commit cddefd5c7e
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
]; ];
boot = { boot = {
kernelPackages = pkgs.linuxPackages_6_10; kernelPackages = lib.mkForce pkgs.linuxPackages_6_10;
supportedFilesystems = [ "zfs" ]; supportedFilesystems = [ "zfs" ];
kernelPatches = [ kernelPatches = [

View File

@ -70,7 +70,7 @@ let
owner = "nomic-ai"; owner = "nomic-ai";
repo = "gpt4all"; repo = "gpt4all";
rev = "HEAD"; rev = "HEAD";
sha256 = "/w1VAfLYlhB5y08cVG2u9RT2kajtFtyTPziQXSwVFcE="; sha256 = "vzAfWLyljR0Cg6pCeeyQJZNeOJh5xOILlbJnwDWu62o=";
}; };
patches = old.patches ++ [ patches = old.patches ++ [