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 c8be784 commit ce633c4Copy full SHA for ce633c4
flake.nix
@@ -72,7 +72,7 @@
72
entrypoint = pkgs.writeShellScriptBin "entrypoint" ''
73
export PATH=${pkgs.lib.makeBinPath [pkgs.curl pkgs.git]}
74
export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
75
- ${custom-jdk}/bin/agent-graph "$@"
+ exec ${custom-jdk}/bin/agent-graph "$@"
76
'';
77
78
# the final entrypoint
0 commit comments