update
This commit is contained in:
parent
840febfc16
commit
cddefd5c7e
@ -19,7 +19,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_6_10;
|
kernelPackages = lib.mkForce pkgs.linuxPackages_6_10;
|
||||||
supportedFilesystems = [ "zfs" ];
|
supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
kernelPatches = [
|
kernelPatches = [
|
||||||
|
|||||||
@ -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 ++ [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user