Skip to content

Commit

Permalink
attempt entrypoint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Mar 23, 2021
1 parent 843f141 commit ccb2dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/entrypoint.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, writeShellScript, awscli, mantis, coreutils, gnugrep }:
writeShellScript "mantis" ''
{ lib, writeShellScriptBin, awscli, mantis, coreutils, gnugrep }:
writeShellScriptBin "mantis-entrypoint" ''
set -exuo pipefail
export PATH="${lib.makeBinPath [ coreutils mantis awscli gnugrep ]}"
Expand Down

0 comments on commit ccb2dd7

Please sign in to comment.