tmp
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user