This commit is contained in:
2025-02-10 20:33:33 -05:00
parent 94225a3eed
commit 2faae6236c
17 changed files with 191 additions and 114 deletions

View File

@@ -61,18 +61,7 @@
}
);
pkgs = (
import ((import nixpkgs { }).applyPatches {
name = "gpt4all 3.9.0 (PR #372723)";
src = inputs.nixpkgs;
patches = [
(builtins.fetchurl {
url = "https://github.com/NixOS/nixpkgs/pull/372723.diff";
sha256 = "0kfx5vzsssv40iffr7cfdik9mxa7fcg1489i578vqsgcz230fhaf";
})
];
}) { }
);
pkgs = (import nixpkgs { });
in
{
homeConfigurations."${username}" = home-manager.lib.homeManagerConfiguration {