Skip to content

Commit ccb2dd7

Browse files
committed
attempt entrypoint fix
1 parent 843f141 commit ccb2dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/entrypoint.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{ lib, writeShellScript, awscli, mantis, coreutils, gnugrep }:
2-
writeShellScript "mantis" ''
1+
{ lib, writeShellScriptBin, awscli, mantis, coreutils, gnugrep }:
2+
writeShellScriptBin "mantis-entrypoint" ''
33
set -exuo pipefail
44
55
export PATH="${lib.makeBinPath [ coreutils mantis awscli gnugrep ]}"

0 commit comments

Comments
 (0)