+aider-chat-env

This commit is contained in:
m3tam3re
2024-11-11 10:46:17 +01:00
parent 2c6c92140f
commit 8912665aa6
6 changed files with 73 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{pkgs, ...}: {
# Define your custom packages here
zellij-ps = pkgs.callPackage ./zellij-ps {};
aider-chat-env = pkgs.callPackage ./aider-chat-env {};
}