chore(ci-image): print nix develop command and remove bash command

This commit is contained in:
Technofab 2023-08-14 15:21:58 +02:00
parent e6fa201519
commit e02187927b
No known key found for this signature in database
GPG key ID: A0AA746B951C8830

View file

@ -7,4 +7,7 @@ nix_shell="${NIX_CI_SHELL:-ci}"
echo "Using nix version $(nix --version)"
echo "Activating flake's '$nix_shell' shell..."
nix develop .#"$nix_shell" --impure --command "bash"
set -o xtrace
nix develop .#$nix_shell --impure
set +o xtrace