diff options
-rw-r--r-- | evaluators.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evaluators.nix b/evaluators.nix index 9a78b0c..a88fc56 100644 --- a/evaluators.nix +++ b/evaluators.nix @@ -256,7 +256,7 @@ let ash = prepareJob { name = "ash"; command = '' - /bin/sh "$1" + /bin/sh /input ''; testInput = "echo success"; |