We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e93c0 commit 1de8027Copy full SHA for 1de8027
flake.nix
@@ -66,7 +66,6 @@
66
67
entrypoint = pkgs.writeShellScriptBin "entrypoint" ''
68
export PATH=${pkgs.lib.makeBinPath [pkgs.curl]}
69
- export OPENAI_API_KEY_LOCATION="/root"
70
export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
71
${clj}/bin/agent-graph "$@"
72
'';
0 commit comments