This commit is contained in:
parent
4995f33591
commit
cd53b6485f
4 changed files with 30 additions and 7 deletions
|
@ -30,6 +30,11 @@
|
|||
url = "github:firmart/notmuch-notify";
|
||||
flake = false;
|
||||
};
|
||||
# TODO remove when there will be a new release including GPT-4o
|
||||
extra-package-gptel = {
|
||||
url = "github:karthink/gptel";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ {flake-parts, ...}:
|
||||
|
|
Reference in a new issue