fix(ci-image): not specifying bash breaks PATH

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

View file

@ -9,5 +9,5 @@ echo "Using nix version $(nix --version)"
echo "Activating flake's '$nix_shell' shell..."
set -o xtrace
nix develop .#$nix_shell --impure
nix develop .#$nix_shell --impure --command "bash"
set +o xtrace