diff --git a/entrypoint.sh b/entrypoint.sh index 5723807..236eee2 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" --accept-flake-config +nix --extra-experimental-features "flakes nix-command" develop .#ci --accept-flake-config --impure --command "bash"