chore: echo nix version before activating shell

This commit is contained in:
Technofab 2023-07-29 18:16:05 +02:00
parent 6b870cd4dc
commit 0150026aea
No known key found for this signature in database
GPG key ID: A0AA746B951C8830

View file

@ -5,5 +5,6 @@ cd "$CI_PROJECT_DIR"
nix_shell="${NIX_CI_SHELL:-ci}" nix_shell="${NIX_CI_SHELL:-ci}"
echo "Using nix version $(nix --version)"
echo "Activating flake's '$nix_shell' shell..." echo "Activating flake's '$nix_shell' shell..."
nix develop .#"$nix_shell" --impure --command "bash" nix develop .#"$nix_shell" --impure --command "bash"