-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
genai-toolbox: init at 0.10.0 #417565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
genai-toolbox: init at 0.10.0 #417565
Conversation
The config file for the program gets specified like this: |
994b985
to
ab8344a
Compare
|
i will squash the commits later on |
hm weird, ill look into making it work on darwin |
7204aa9
to
ecd1d73
Compare
326da06
to
ecd1d73
Compare
ecd1d73
to
3dd8376
Compare
|
The program technically supports Darwin, but I currently do not have any devices available for testing. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/5763 |
{ | ||
lib, | ||
buildGoModule, | ||
fetchFromGitHub, | ||
versionCheckHook, | ||
}: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ | |
lib, | |
buildGoModule, | |
fetchFromGitHub, | |
versionCheckHook, | |
}: | |
{ | |
lib, | |
buildGoModule, | |
fetchFromGitHub, | |
versionCheckHook, | |
nix-update-script, | |
}: |
nativeInstallCheckInputs = [ | ||
versionCheckHook | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nativeInstallCheckInputs = [ | |
versionCheckHook | |
]; | |
nativeInstallCheckInputs = [ versionCheckHook ]; | |
passthru = { updateScript = nix-update-script { }; }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why should we add an empty update script?
Co-authored-by: Angel J <78835633+Iamanaws@users.noreply.github.com>
MCP Toolbox for Databases is an open source MCP server for databases. It enables you to develop mcp tools easier, faster, and more securely by handling the complexities such as connection pooling, authentication, and more.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.