update
This commit is contained in:
parent
840febfc16
commit
cddefd5c7e
@ -19,7 +19,7 @@
|
||||
];
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_6_10;
|
||||
kernelPackages = lib.mkForce pkgs.linuxPackages_6_10;
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
|
||||
kernelPatches = [
|
||||
|
||||
@ -70,7 +70,7 @@ let
|
||||
owner = "nomic-ai";
|
||||
repo = "gpt4all";
|
||||
rev = "HEAD";
|
||||
sha256 = "/w1VAfLYlhB5y08cVG2u9RT2kajtFtyTPziQXSwVFcE=";
|
||||
sha256 = "vzAfWLyljR0Cg6pCeeyQJZNeOJh5xOILlbJnwDWu62o=";
|
||||
};
|
||||
|
||||
patches = old.patches ++ [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user