So many changes dude, mostly gptel and libreoffice

This commit is contained in:
2026-01-12 22:52:20 +02:00
parent 1ab061fb90
commit 8d3c708b6c
9 changed files with 66 additions and 6 deletions
+13
View File
@@ -11,5 +11,18 @@ orgTrivialBuild {
pkgs.azos-emacs-base
pkgs.azos-emacs-station
gptel
(epkgs.callPackage epkgs.trivialBuild {
pname = "gptel-autocomplete";
version = "2025-06-18";
src = pkgs.fetchFromGitHub {
owner = "JDNdeveloper";
repo = "gptel-autocomplete";
rev = "8ace326a6e7b8a3a4df7a6e80272b472e7fbd167"; # Use a specific commit hash for reproducibility
sha256 = "sha256-gVgdFLi6RGUCD3ZXzOIo5XpTNmP/9lMAO5nyWu1zVlM=";
};
buildInputs = with epkgs; [
gptel
];
})
];
}