From 2495a1d30ae207321290ecf023be3fccc41aea40 Mon Sep 17 00:00:00 2001 From: Technofab Date: Mon, 29 May 2023 19:42:03 +0000 Subject: [PATCH] fix: don't throw away stdout --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7755e4f..bbe1371 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,4 @@ set -e cd "$CI_PROJECT_DIR" echo "Activating flake's CI shell..." -nix --extra-experimental-features "flakes nix-command" develop .#ci --impure --command "bash" >/dev/null +nix --extra-experimental-features "flakes nix-command" develop .#ci --impure --command "bash"